PHP 클래스 Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper

상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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