Example #1
0
 /**
  * (non-PHPdoc).
  *
  * @see \Zend\Server\AbstractServer::_dispatch()
  */
 public function _dispatch(\Zend\Server\Method\Definition $invocable, array $params)
 {
     return call_user_func_array(array($this->container->get($invocable->getNameSm()), $invocable->getCallback()->getMethod()), $params);
 }