Example #1
0
 /**
  *
  */
 public function __construct($sToken)
 {
     parent::__construct("request");
     $oXToken = new CXMLObject("token");
     $oXToken->AppendContent($sToken);
     parent::AppendContent($oXToken);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct("message");
     $this->_oXMLNodeBody = new CXMLObject("body");
     $this->_oXMLNodeType = new CXMLObject("type");
 }
Example #3
0
 public function __construct()
 {
     parent::__construct("task");
     $this->_oXMLNodeBody = new CXMLObject("body");
     $this->_oXMLNodeFrame = new CXMLObject("frame");
 }
Example #4
0
 public function __construct()
 {
     parent::__construct("todo-items");
     parent::AddAttr("type", "array");
 }