PHP Class FluidTYPO3\Vhs\ViewHelpers\Menu\SubViewHelper

Recycles the parent menu ViewHelper instance, resetting the page UID used as starting point and repeating rendering of the exact same tag content. Used in custom menu rendering to indicate where a submenu is to be rendered; accepts only a single argument called pageUid which defines the new starting page UID that is used in the recycled parent menu instance.
Inheritance: extends AbstractMenuViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( )
render ( ) : null | string

Method Details

initializeArguments() public method

public initializeArguments ( )

render() public method

public render ( ) : null | string
return null | string