예제 #1
0
파일: db.php 프로젝트: JDevelopers/Mail
 /**
  * @param	string	$name
  * @return	bool
  */
 public function IsGroupExist($name)
 {
     return $this->_db->CheckExistsAddresGroupByName($name, $this->_account->IdUser);
 }