PHP 클래스 Neos\Neos\Ui\TypoScript\Helper\ContentDimensionsHelper

상속: implements TYPO3\Eel\ProtectedContextAwareInterface
파일 보기 프로젝트 열기: neos/neos-ui

보호된 프로퍼티들

프로퍼티 타입 설명
$contentDimensionsPresetSource TYPO3\Neos\Domain\Service\ContentDimensionPresetSourceInterface

공개 메소드들

메소드 설명
allowedPresetsByName ( array $dimensions ) : array
allowsCallOfMethod ( string $methodName ) : boolean
contentDimensionsByName ( ) : array

메소드 상세

allowedPresetsByName() 공개 메소드

public allowedPresetsByName ( array $dimensions ) : array
$dimensions array Dimension values indexed by dimension name
리턴 array Allowed preset names for the given dimension combination indexed by dimension name

allowsCallOfMethod() 공개 메소드

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
리턴 boolean

contentDimensionsByName() 공개 메소드

public contentDimensionsByName ( ) : array
리턴 array Dimensions indexed by name with presets indexed by name

프로퍼티 상세

$contentDimensionsPresetSource 보호되어 있는 프로퍼티

protected ContentDimensionPresetSourceInterface,TYPO3\Neos\Domain\Service $contentDimensionsPresetSource
리턴 TYPO3\Neos\Domain\Service\ContentDimensionPresetSourceInterface