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