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