PHP Class FluidTYPO3\Vhs\ViewHelpers\Menu\BrowseViewHelper

ViewHelper for rendering TYPO3 browse menus in Fluid Renders links to browse inside a menu branch including first, previous, next, last and up to the parent page. Supports both automatic, tag-based rendering (which defaults to ul > 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.
Inheritance: extends AbstractMenuViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$backups array

Public Methods

Method Description
initializeArguments ( )
render ( ) : string

Protected Methods

Method Description
getCustomLabelOrPageTitle ( string $labelName, array $pageRecord ) : string

Method Details

getCustomLabelOrPageTitle() protected method

protected getCustomLabelOrPageTitle ( string $labelName, array $pageRecord ) : string
$labelName string
$pageRecord array
return string

initializeArguments() public method

public initializeArguments ( )

render() public method

public render ( ) : string
return string

Property Details

$backups protected_oe property

protected array $backups
return array