PHP 클래스 Neos\ContentRepository\Domain\Model\FallbackNodeDataLabelGenerator

사용 중단: Since 1.2 You should implement the NodeLabelGeneratorInterface now.
상속: implements Neos\ContentRepository\Domain\Model\NodeDataLabelGeneratorInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
getLabel ( AbstractNodeData $nodeData, boolean $crop = true ) : string Render a node label

메소드 상세

getLabel() 공개 메소드

Render a node label
public getLabel ( AbstractNodeData $nodeData, boolean $crop = true ) : string
$nodeData AbstractNodeData
$crop boolean This argument is deprecated as of Neos 1.2 and will be removed. Don't rely on this behavior and crop labels in the view.
리턴 string