documentation

getHelper('Url'); $view = $this; ?> render(function ($node) use ($urlHelper, $view, $moduleName) { $section = $node->getValue(); $path = $urlHelper->url( array('moduleName' => $moduleName, 'chapterName' => $section->chapterName), 'doc/module/chapter', false, false ); $url = $view->url($path); if ($section->id) { $url->setAnchor($section->id); } return sprintf( '
  • %s
  • ', $section->nofollow ? 'rel="nofollow" ' : '', $url->getAbsoluteUrl(), $section->title ); }); ?>