PHP Интерфейс 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.
Показать файл Открыть проект

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

Метод Описание
matches ( NodeData $node ) : boolean If the given node satisfies the filter constraints, TRUE is returned.

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

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

If the given node satisfies the filter constraints, TRUE is returned.
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Результат boolean