PHP Класс Neos\ContentRepository\Migration\Transformations\SetDimensions

Наследование: extends AbstractTransformation
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$addDefaultDimensionValues boolean Sets the default dimension values for all dimensions that were not given.
$contentDimensionRepository Neos\ContentRepository\Domain\Repository\ContentDimensionRepository
$dimensionValues array If you omit a configured dimension this transformation will set the default value for that dimension.

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

Метод Описание
execute ( NodeData $node ) : void Change the property on the given node.
setAddDefaultDimensionValues ( boolean $addDefaultDimensionValues )
setDimensionValues ( array $dimensionValues )

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

execute() публичный Метод

Change the property on the given node.
public execute ( NodeData $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeData
Результат void

setAddDefaultDimensionValues() публичный Метод

public setAddDefaultDimensionValues ( boolean $addDefaultDimensionValues )
$addDefaultDimensionValues boolean

setDimensionValues() публичный Метод

public setDimensionValues ( array $dimensionValues )
$dimensionValues array

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

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

Sets the default dimension values for all dimensions that were not given.
protected bool $addDefaultDimensionValues
Результат boolean

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

protected ContentDimensionRepository,Neos\ContentRepository\Domain\Repository $contentDimensionRepository
Результат Neos\ContentRepository\Domain\Repository\ContentDimensionRepository

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

If you omit a configured dimension this transformation will set the default value for that dimension.
protected array $dimensionValues
Результат array