Esempio n. 1
0
 /**
  * Method returning the xml representative this class
  *
  * @return SimpleXML
  */
 public function toXml($name = 'actionFileInto')
 {
     return parent::toXml($name);
 }
Esempio n. 2
0
 /**
  * Method returning the xml representative this class
  *
  * @return SimpleXML
  */
 public function toXml($name = 'actionReply')
 {
     return parent::toXml($name);
 }
Esempio n. 3
0
 /**
  * Method returning the xml representative this class
  *
  * @return SimpleXML
  */
 public function toXml($name = 'actionNotify')
 {
     return parent::toXml($name);
 }
Esempio n. 4
0
 /**
  * Method returning the xml representative this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'actionFlag')
 {
     return parent::toXml($name);
 }
Esempio n. 5
0
 /**
  * Method returning the xml representative this class
  *
  * @return SimpleXML
  */
 public function toXml($name = 'actionRedirect')
 {
     return parent::toXml($name);
 }