PHP Класс Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper

Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$escapeOutput boolean

Открытые методы

Метод Описание
render ( array $changeCounts ) : string Expects an array of change count data and adds calculated ratios to the rendered child view

Описание методов

render() публичный Метод

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
Результат string

Описание свойств

$escapeOutput защищенное свойство

protected bool $escapeOutput
Результат boolean