예제 #1
0
파일: Command.php 프로젝트: Hywan/moxl
 public function request()
 {
     $this->store();
     AdHoc::command($this->_to, $this->_node);
 }
예제 #2
0
파일: Get.php 프로젝트: Hywan/moxl
 public function request()
 {
     $this->store();
     AdHoc::get($this->_to);
 }
예제 #3
0
파일: Submit.php 프로젝트: Hywan/moxl
 public function request()
 {
     $this->store();
     AdHoc::submit($this->_to, $this->_node, $this->_data, $this->_sessionid);
 }