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

Commit eda66b8

Browse files
committed
Merge branch 'hotfix/136'
Close #136
2 parents 5523511 + 7245817 commit eda66b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#136](https://github.com/zendframework/zend-view/pull/136) updates the
10+
`Navigation` helper class to document the various proxy methods it allows via
11+
method overloading via `@method` annotations.
1012

1113
### Deprecated
1214

src/Helper/Navigation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
/**
1919
* Proxy helper for retrieving navigational helpers and forwarding calls
20+
*
21+
* @method \Zend\View\Helper\Navigation\Breadcrumbs breadcrumbs($container = null)
22+
* @method \Zend\View\Helper\Navigation\Links links($container = null)
23+
* @method \Zend\View\Helper\Navigation\Menu menu($container = null)
24+
* @method \Zend\View\Helper\Navigation\Sitemap sitemap($container = null)
2025
*/
2126
class Navigation extends AbstractNavigationHelper
2227
{

0 commit comments

Comments
 (0)