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