示例#1
0
 protected function setUp()
 {
     parent::setUp();
     $this->object->registerMethod('owc', array($this->rpcTarget, 'owc'), MethodTypes::ONE_WAY);
 }
示例#2
0
 protected function setUp()
 {
     parent::setUp();
     $this->object->registerMethod('push', array($this->rpcTarget, 'push'), MethodTypes::PUSH);
 }
示例#3
0
 protected function setUp()
 {
     parent::setUp();
     $this->object->registerMethod('basic', array($this->rpcTarget, 'basic'));
 }