コード例 #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
ファイル: WaitSet.php プロジェクト: nucleus-be/zimbra-api
 /**
  * Gets types
  *
  * @return string
  */
 public function defTypes()
 {
     return count($this->_defTypes) ? implode(',', $this->_defTypes->all()) : '';
 }