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