PHP Class Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$escapeOutput boolean

Méthodes publiques

Méthode Description
render ( array $changeCounts ) : string Expects an array of change count data and adds calculated ratios to the rendered child view

Method Details

render() public méthode

Expects an array of change count data and adds calculated ratios to the rendered child view
public render ( array $changeCounts ) : string
$changeCounts array Expected keys: new, changed, removed
Résultat string

Property Details

$escapeOutput protected_oe property

protected bool $escapeOutput
Résultat boolean