コード例 #1
0
ファイル: OneWayTest.php プロジェクト: wookieb/zorro-rpc
 protected function setUp()
 {
     parent::setUp();
     $this->object->registerMethod('owc', array($this->rpcTarget, 'owc'), MethodTypes::ONE_WAY);
 }
コード例 #2
0
ファイル: PushTest.php プロジェクト: wookieb/zorro-rpc
 protected function setUp()
 {
     parent::setUp();
     $this->object->registerMethod('push', array($this->rpcTarget, 'push'), MethodTypes::PUSH);
 }
コード例 #3
0
ファイル: BasicTest.php プロジェクト: wookieb/zorro-rpc
 protected function setUp()
 {
     parent::setUp();
     $this->object->registerMethod('basic', array($this->rpcTarget, 'basic'));
 }