コード例 #1
0
ファイル: WhiteList.php プロジェクト: zimbra-api/account
 /**
  * Method returning the xml representative this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'whiteList')
 {
     return parent::toXml($name);
 }