PHP Class Neos\Neos\Ui\TypoScript\Helper\ContentDimensionsHelper

Inheritance: implements TYPO3\Eel\ProtectedContextAwareInterface
Afficher le fichier Open project: neos/neos-ui

Protected Properties

Свойство Type Description
$contentDimensionsPresetSource TYPO3\Neos\Domain\Service\ContentDimensionPresetSourceInterface

Méthodes publiques

Méthode Description
allowedPresetsByName ( array $dimensions ) : array
allowsCallOfMethod ( string $methodName ) : boolean
contentDimensionsByName ( ) : array

Method Details

allowedPresetsByName() public méthode

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

allowsCallOfMethod() public méthode

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Résultat boolean

contentDimensionsByName() public méthode

public contentDimensionsByName ( ) : array
Résultat array Dimensions indexed by name with presets indexed by name

Property Details

$contentDimensionsPresetSource protected_oe property

protected ContentDimensionPresetSourceInterface,TYPO3\Neos\Domain\Service $contentDimensionsPresetSource
Résultat TYPO3\Neos\Domain\Service\ContentDimensionPresetSourceInterface