Example #1
0
 /**
  * @since version 0.83
  **/
 function post_getFromDB()
 {
     // Users
     $this->users = KnowbaseItem_User::getUsers($this->fields['id']);
     // Entities
     $this->entities = Entity_KnowbaseItem::getEntities($this->fields['id']);
     // Group / entities
     $this->groups = Group_KnowbaseItem::getGroups($this->fields['id']);
     // Profile / entities
     $this->profiles = KnowbaseItem_Profile::getProfiles($this->fields['id']);
 }