예제 #1
0
파일: Answer.php 프로젝트: movim/moxl
 public function request()
 {
     $this->store();
     BOB::answer($this->_to, $this->_id, $this->_cid, $this->_type, $this->_base64);
 }
예제 #2
0
파일: Request.php 프로젝트: movim/moxl
 public function request()
 {
     $this->store();
     BOB::request($this->_to . '/' . $this->_resource, $this->_cid);
 }