PHP 클래스 Neos\ContentRepository\Migration\Filters\PropertyNotEmpty

상속: implements Neos\ContentRepository\Migration\Filters\FilterInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyName string The name of the property to be checked for non-empty value.

공개 메소드들

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

메소드 상세

matches() 공개 메소드

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
리턴 boolean

setPropertyName() 공개 메소드

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

프로퍼티 상세

$propertyName 보호되어 있는 프로퍼티

The name of the property to be checked for non-empty value.
protected string $propertyName
리턴 string