Elgg  Version 5.1
Namespaces | Functions | Variables
ProfileData.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Traits\Entity
 

Functions

 Elgg\Traits\Entity::setProfileData (string $profile_field_name, $value, int $access_id=ACCESS_PRIVATE)
 Store profile data. More...
 
 Elgg\Traits\Entity::getProfileData (string $profile_field_name)
 Get profile data. More...
 
 Elgg\Traits\Entity::getAllProfileAnnotations ()
 Returns all profile annotations. More...
 
 Elgg\Traits\Entity::deleteProfileData (string $profile_field_name)
 Remove profile data. More...
 

Variables

trait Elgg\Traits\Entity::ProfileData
 Adds methods to save profile data to an ElggEntity. More...