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