コード例 #1
0
ファイル: Adherent.php プロジェクト: Killerfun/galette
 /**
  * Load member groups
  *
  * @return void
  */
 public function loadGroups()
 {
     $this->_groups = Groups::loadGroups($this->_id);
     $this->_managed_groups = Groups::loadManagedGroups($this->_id);
 }