Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

zend-expressive-platesrenderer 2.1.0

Choose a tag to compare

@weierophinney weierophinney released this 12 Mar 18:43
· 12 commits to master since this release

Added

  • #36 adds the template function route(), which will return a
    Zend\Expressive\Router\RouteResult or null, based on the presence or
    absence of a RouteResult in the Zend\Expressive\Helper\UrlHelper instance
    composed. This can be used to get the matched route name and/or parameters.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.