예제 #1
0
 /**
  * Load member groups
  *
  * @return void
  */
 public function loadGroups()
 {
     $this->_groups = Groups::loadGroups($this->_id);
     $this->_managed_groups = Groups::loadManagedGroups($this->_id);
 }