li` with options to set both the * parent and child tag names. When using manual rendering * a range of support CSS classes are available along * with each page record. * * @author Claus Due * @author Björn Fromme , dreipunktnull * @package Vhs * @subpackage ViewHelpers\Page */ class MenuViewHelper extends AbstractMenuViewHelper { /** * @return void */ public function initializeArguments() { parent::initializeArguments(); $this->registerArgument('pageUid', 'integer', 'Optional parent page UID to use as top level of menu. If left out will be detected from rootLine using $entryLevel', FALSE, NULL); } }