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