PHP 클래스 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.
상속: extends AbstractMenuViewHelper
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

메소드 설명
initializeArguments ( )
render ( ) : null | string

메소드 상세

initializeArguments() 공개 메소드

public initializeArguments ( )

render() 공개 메소드

public render ( ) : null | string
리턴 null | string