This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zend-expressive-platesrenderer 2.1.0
Added
- #36 adds the template function
route(), which will return a
Zend\Expressive\Router\RouteResultornull, based on the presence or
absence of aRouteResultin theZend\Expressive\Helper\UrlHelperinstance
composed. This can be used to get the matched route name and/or parameters.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.