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

Protected Properties

Свойство Type Description
$backups array

Méthodes publiques

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

Méthodes protégées

Méthode Description
getCustomLabelOrPageTitle ( string $labelName, array $pageRecord ) : string

Method Details

getCustomLabelOrPageTitle() protected méthode

protected getCustomLabelOrPageTitle ( string $labelName, array $pageRecord ) : string
$labelName string
$pageRecord array
Résultat string

initializeArguments() public méthode

public initializeArguments ( )

render() public méthode

public render ( ) : string
Résultat string

Property Details

$backups protected_oe property

protected array $backups
Résultat array