fromRoute(string $route, array | \Traversable $params, array | bool $options, bool $reuseMatchedParams) : string
stringRouteInterface name
array\TraversableParameters to use in url generation, if any
arrayboolRouteInterface-specific options to use in url generation, if any. If boolean, and no fourth argument, used as $reuseMatchedParams.
boolWhether to reuse matched parameters
\Zend\Mvc\Exception\RuntimeException |
|
|---|---|
\Zend\Mvc\Exception\InvalidArgumentException |
|
\Zend\Mvc\Exception\DomainException |
stringgetController() : 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 |
|---|