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

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

공개 메소드들

메소드 설명
execute ( NodeData $node ) : NodeData Execute the transformation on the given node.
isTransformable ( NodeData $node ) : boolean Returns TRUE, indicating that the given node can be transformed by this transformation.

메소드 상세

execute() 공개 메소드

This implementation returns the given node unchanged.
public execute ( NodeData $node ) : NodeData
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 Neos\ContentRepository\Domain\Model\NodeData

isTransformable() 공개 메소드

Returns TRUE, indicating that the given node can be transformed by this transformation.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 boolean