Exemplo n.º 1
0
 /**
  * Associates the group object to this one
  * @return boolean
  */
 function GetGroup()
 {
     $group = new group();
     return $group->Get($this->groupId);
 }