fromRoute(string $route, array | \Traversable $params, array | bool $options, bool $reuseMatchedParams) : string
string
RouteInterface name
array\Traversable
Parameters to use in url generation, if any
arraybool
RouteInterface-specific options to use in url generation, if any. If boolean, and no fourth argument, used as $reuseMatchedParams.
bool
Whether to reuse matched parameters
\Zend\Mvc\Exception\RuntimeException |
|
---|---|
\Zend\Mvc\Exception\InvalidArgumentException |
|
\Zend\Mvc\Exception\DomainException |
string
getController() : null | \Zend\Stdlib\DispatchableInterface
inherited_from | \Zend\Mvc\Controller\Plugin\AbstractPlugin::getController() |
---|
setController(\Zend\Stdlib\DispatchableInterface $controller) : void
inherited_from | \Zend\Mvc\Controller\Plugin\AbstractPlugin::setController() |
---|
\Zend\Stdlib\DispatchableInterface
$controller : null | \Zend\Stdlib\DispatchableInterface
inherited_from | \Zend\Mvc\Controller\Plugin\AbstractPlugin::$$controller |
---|