コード例 #1
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'except')
 {
     return parent::toArray($name);
 }
コード例 #2
0
ファイル: CancelRuleInfo.php プロジェクト: zimbra-api/mail
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'cancel')
 {
     return parent::toArray($name);
 }