PHP Класс Neos\ContentRepository\Domain\Model\FallbackNodeDataLabelGenerator

Устаревший: Since 1.2 You should implement the NodeLabelGeneratorInterface now.
Наследование: implements Neos\ContentRepository\Domain\Model\NodeDataLabelGeneratorInterface
Показать файл Открыть проект

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

Метод Описание
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