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.
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
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