PHP Class Neos\ContentRepository\Migration\Filters\DimensionValues

Inheritance: implements Neos\ContentRepository\Migration\Filters\FilterInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$contentDimensionRepository Neos\ContentRepository\Domain\Repository\ContentDimensionRepository
$dimensionValues array The array of dimension values to filter for.
$filterForDefaultDimensionValues boolean Overrides the given dimensionValues with dimension defaults.

Méthodes publiques

Méthode Description
matches ( NodeData $node ) : boolean Returns TRUE if the given node has the default dimension values.
setDimensionValues ( array $dimensionValues )
setFilterForDefaultDimensionValues ( boolean $filterForDefaultDimensionValues )

Method Details

matches() public méthode

Returns TRUE if the given node has the default dimension values.
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Résultat boolean

setDimensionValues() public méthode

public setDimensionValues ( array $dimensionValues )
$dimensionValues array

setFilterForDefaultDimensionValues() public méthode

public setFilterForDefaultDimensionValues ( boolean $filterForDefaultDimensionValues )
$filterForDefaultDimensionValues boolean

Property Details

$contentDimensionRepository protected_oe property

protected ContentDimensionRepository,Neos\ContentRepository\Domain\Repository $contentDimensionRepository
Résultat Neos\ContentRepository\Domain\Repository\ContentDimensionRepository

$dimensionValues protected_oe property

The array of dimension values to filter for.
protected array $dimensionValues
Résultat array

$filterForDefaultDimensionValues protected_oe property

Overrides the given dimensionValues with dimension defaults.
protected bool $filterForDefaultDimensionValues
Résultat boolean