PHP 클래스 Neos\Neos\TypoScript\Helper\RenderingHelper

These helpers are *WORK IN PROGRESS* and *NOT STABLE YET*
상속: implements Neos\Eel\ProtectedContextAwareInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

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