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