コード例 #1
0
 /**
  * Method returning the xml representation of this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'appt')
 {
     return parent::toXml($name);
 }
コード例 #2
0
 /**
  * Method returning the xml representation of this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'task')
 {
     return parent::toXml($name);
 }