htmlify()
htmlify(\Zend\Navigation\Page\AbstractPage $page, \Application\View\Helper\Navigation\type $escapeLabel = true, \Application\View\Helper\Navigation\type $addClassToListItem = false) : string
Returns an HTML string containing an 'a' element for the given page if the page's href is not empty, and a 'span' element if it is empty.
Parameters
\Zend\Navigation\Page\AbstractPage | $page | |
\Application\View\Helper\Navigation\type | $escapeLabel | |
\Application\View\Helper\Navigation\type | $addClassToListItem |