Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Neos
ContentRepository
Migration
Filters
FilterInterface
PHP Interface Neos\ContentRepository\Migration\Filters\FilterInterface
A call to the matches() method is used to determine that. Settings given to a transformation will be passed to accordingly named setters.
Afficher le fichier
Open project: neos/neos-development-collection
Méthodes publiques
Méthode
Description
matches
(
NodeData
$node
) :
boolean
If the given node satisfies the filter constraints, TRUE is returned.
Method Details
matches()
public
méthode
If the given node satisfies the filter constraints, TRUE is returned.
public
matches
(
NodeData
$node
) :
boolean
$node
Neos\ContentRepository\Domain\Model\NodeData
Résultat
boolean