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
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
initializeArguments ( )
render ( ) : null | string

Method Details

initializeArguments() public méthode

public initializeArguments ( )

render() public méthode

public render ( ) : null | string
Résultat null | string