|
Wikibase
MediaWiki Wikibase extension
|
Inheritance diagram for Wikibase\Lib\Store\PropertyInfoStore:Public Member Functions | |
| setPropertyInfo (NumericPropertyId $propertyId, array $info) | |
| Update the info for the given property. | |
| removePropertyInfo (NumericPropertyId $propertyId) | |
| Remove the info entry for the given property. | |
Public Attributes | |
| const | KEY_CANONICAL_URI = 'canonicalURI' |
| Key to use in the info array for the property's canonical URI pattern. | |
| Wikibase\Lib\Store\PropertyInfoStore::removePropertyInfo | ( | NumericPropertyId | $propertyId | ) |
Remove the info entry for the given property.
| NumericPropertyId | $propertyId |
| StorageException | |
| DBError |
Implemented in Wikibase\Lib\Store\CacheAwarePropertyInfoStore, and Wikibase\Lib\Store\Sql\PropertyInfoTable.
| Wikibase\Lib\Store\PropertyInfoStore::setPropertyInfo | ( | NumericPropertyId | $propertyId, |
| array | $info ) |
Update the info for the given property.
| NumericPropertyId | $propertyId | |
| array | $info |
| StorageException | |
| DBError |
Implemented in Wikibase\Lib\Store\CacheAwarePropertyInfoStore, and Wikibase\Lib\Store\Sql\PropertyInfoTable.
| const Wikibase\Lib\Store\PropertyInfoStore::KEY_CANONICAL_URI = 'canonicalURI' |
Key to use in the info array for the property's canonical URI pattern.