Wikibase
MediaWiki Wikibase extension
|
Interface for EntityDocument objects that are also StatementListProviders. More...
Additional Inherited Members | |
Public Member Functions inherited from Wikibase\DataModel\Entity\EntityDocument | |
getType () | |
Returns a type identifier for the entity, e.g. | |
getId () | |
Returns the id of the entity or null if it does not have one. | |
setId ( $id) | |
Sets the id of the entity. | |
isEmpty () | |
An entity is considered empty if it does not contain any content that can be removed. | |
equals ( $target) | |
Two entities are considered equal if they are of the same type and have the same value. | |
copy () | |
Returns a deep clone of the entity. | |
Public Member Functions inherited from Wikibase\DataModel\Statement\StatementListProvider | |
getStatements () | |
This is guaranteed to return the original, mutable object. | |
Interface for EntityDocument objects that are also StatementListProviders.