Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Neos
Neos
ViewHelpers
Backend
ChangeStatsViewHelper
PHP Class Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper
Inheritance:
extends
Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
显示文件
Open project: neos/neos-development-collection
Protected Properties
Property
Type
Description
$escapeOutput
boolean
Public Methods
Method
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
method
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
return
string
Property Details
$escapeOutput
protected_oe property
protected
bool
$escapeOutput
return
boolean