Wikibase
MediaWiki Wikibase extension
|
Class representing a property some value snak. More...
Public Member Functions | |
getType () | |
Public Member Functions inherited from Wikibase\DataModel\Snak\SnakObject | |
__construct ( $propertyId) | |
Support for passing in an EntityId instance that is not a PropertyId instance has been deprecated since 0.5. | |
getPropertyId () | |
getHash () | |
getSerializationForHash () | |
The serialization to use for hashing, for compatibility reasons this is equivalent to the old (pre 7.4) PHP serialization. | |
equals ( $target) | |
serialize () | |
unserialize ( $serialized) | |
__serialize () | |
__unserialize (array $serialized) | |
Additional Inherited Members | |
Protected Attributes inherited from Wikibase\DataModel\Snak\SnakObject | |
$propertyId | |
Class representing a property some value snak.
See https://www.mediawiki.org/wiki/Wikibase/DataModel#PropertySomeValueSnak
Wikibase\DataModel\Snak\PropertySomeValueSnak::getType | ( | ) |