Beispiel #1
0
 /**
  * @param	int		$groupId
  * @return	array
  */
 public function GetContactsOfGroup($groupId)
 {
     return $this->_db->SelectAddressGroupContacts($groupId);
 }