PHP Класс Neos\Neos\TypoScript\Helper\RenderingHelper

These helpers are *WORK IN PROGRESS* and *NOT STABLE YET*
Наследование: implements Neos\Eel\ProtectedContextAwareInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$contentDimensionsConfiguration array
$nodeTypeManager Neos\ContentRepository\Domain\Service\NodeTypeManager

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

Метод Описание
allowsCallOfMethod ( string $methodName ) : boolean All methods are considered safe
injectConfigurationManager ( ConfigurationManager $configurationManager ) : void
labelForNodeType ( string $nodeTypeName ) : string Render the label for the given $nodeTypeName
renderDimensions ( array $dimensions ) : string Render a human-readable description for the passed $dimensions

Защищенные методы

Метод Описание
findPresetInDimension ( array $dimensionConfiguration, string $dimensionValue ) : array

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

allowsCallOfMethod() публичный метод

All methods are considered safe
public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Результат boolean

findPresetInDimension() защищенный метод

protected findPresetInDimension ( array $dimensionConfiguration, string $dimensionValue ) : array
$dimensionConfiguration array
$dimensionValue string
Результат array the preset matching $dimensionValue

injectConfigurationManager() публичный метод

public injectConfigurationManager ( ConfigurationManager $configurationManager ) : void
$configurationManager Neos\Flow\Configuration\ConfigurationManager
Результат void

labelForNodeType() публичный метод

Render the label for the given $nodeTypeName
public labelForNodeType ( string $nodeTypeName ) : string
$nodeTypeName string
Результат string

renderDimensions() публичный метод

Render a human-readable description for the passed $dimensions
public renderDimensions ( array $dimensions ) : string
$dimensions array
Результат string

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

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

protected array $contentDimensionsConfiguration
Результат array

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

protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager
Результат Neos\ContentRepository\Domain\Service\NodeTypeManager