Elgg
Version 6.1
|
Go to the source code of this file.
Namespaces | |
Elgg\Traits\Entity | |
Functions | |
Elgg\Traits\Entity::getMetadata (string $name) | |
Return the value of a piece of metadata. More... | |
Elgg\Traits\Entity::getAllMetadata () | |
Get all entity metadata. More... | |
Elgg\Traits\Entity::setMetadata (string $name, mixed $value, string $value_type= '', bool $multiple=false) | |
Set metadata on this entity. More... | |
Elgg\Traits\Entity::setTempMetadata (string $name, mixed $value, bool $multiple=false) | |
Set temp metadata on this entity. More... | |
Elgg\Traits\Entity::deleteMetadata (string $name=null) | |
Deletes all metadata on this object (metadata.entity_guid = $this->guid). More... | |
Variables | |
trait | Elgg\Traits\Entity::Metadata |
Bundle all metadata related functions for an . More... | |