Example #1
0
 /**
  * @param	int		$contactId
  * @return	array	array(id => name)
  */
 public function GetGroupsOfContact($contactId)
 {
     return $this->_db->SelectAddressGroupContact($contactId);
 }