PHP 클래스 Neos\ContentRepository\Migration\Transformations\RemoveProperty

상속: extends AbstractTransformation
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyName string

공개 메소드들

메소드 설명
execute ( NodeData $node ) : void Remove the property from the given node.
isTransformable ( NodeData $node ) : boolean If the given node has property this transformation should work on, this returns TRUE.
setProperty ( string $propertyName ) : void Sets the name of the property to be removed.

메소드 상세

execute() 공개 메소드

Remove the property from the given node.
public execute ( NodeData $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 void

isTransformable() 공개 메소드

If the given node has property this transformation should work on, this returns TRUE.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 boolean

setProperty() 공개 메소드

Sets the name of the property to be removed.
public setProperty ( string $propertyName ) : void
$propertyName string
리턴 void

프로퍼티 상세

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

protected string $propertyName
리턴 string