コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function resolve($timeout = null)
 {
     $this->invoker->resolve($this, $timeout);
     return $this->reply;
 }