PHP Class Neos\ContentRepository\Domain\Repository\ContentDimensionRepository

Datei anzeigen Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$dimensionsConfiguration array

Public Methods

Method Description
findAll ( ) : array<\Neos\ContentRepository\Domain\Model\ContentDimension> Returns an array of content dimensions that are available in the system.
setDimensionsConfiguration ( array $dimensionsConfiguration ) : void Set the content dimensions available in the system.

Method Details

findAll() public method

Returns an array of content dimensions that are available in the system.
public findAll ( ) : array<\Neos\ContentRepository\Domain\Model\ContentDimension>
return array<\Neos\ContentRepository\Domain\Model\ContentDimension>

setDimensionsConfiguration() public method

Set the content dimensions available in the system.
public setDimensionsConfiguration ( array $dimensionsConfiguration ) : void
$dimensionsConfiguration array
return void

Property Details

$dimensionsConfiguration protected_oe property

protected array $dimensionsConfiguration
return array