Exemplo n.º 1
0
 public function request()
 {
     $this->store();
     AdHoc::command($this->_to, $this->_node);
 }
Exemplo n.º 2
0
Arquivo: Get.php Projeto: Hywan/moxl
 public function request()
 {
     $this->store();
     AdHoc::get($this->_to);
 }
Exemplo n.º 3
0
 public function request()
 {
     $this->store();
     AdHoc::submit($this->_to, $this->_node, $this->_data, $this->_sessionid);
 }