Exemplo n.º 1
0
 /**
  * @param	string	$name
  * @return	bool
  */
 public function IsGroupExist($name)
 {
     return $this->_db->CheckExistsAddresGroupByName($name, $this->_account->IdUser);
 }