예제 #1
0
파일: WaitSet.php 프로젝트: zimbra-api/mail
 /**
  * Gets default interest types
  *
  * @return string
  */
 public function getDefaultInterests()
 {
     return count($this->_defTypes) ? implode(',', $this->_defTypes->all()) : 'all';
 }
예제 #2
0
 /**
  * Gets types
  *
  * @return string
  */
 public function defTypes()
 {
     return count($this->_defTypes) ? implode(',', $this->_defTypes->all()) : '';
 }