PHP Class Neos\ContentRepository\Migration\Filters\PropertyNotEmpty

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

Protected Properties

Свойство Type Description
$propertyName string The name of the property to be checked for non-empty value.

Méthodes publiques

Méthode Description
matches ( NodeData $node ) : boolean Returns TRUE if the given node has the property and the value is not empty.
setPropertyName ( string $propertyName ) : void Sets the property name to be checked for non-empty value.

Method Details

matches() public méthode

Returns TRUE if the given node has the property and the value is not empty.
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Résultat boolean

setPropertyName() public méthode

Sets the property name to be checked for non-empty value.
public setPropertyName ( string $propertyName ) : void
$propertyName string
Résultat void

Property Details

$propertyName protected_oe property

The name of the property to be checked for non-empty value.
protected string $propertyName
Résultat string