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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository

공개 메소드들

메소드 설명
execute ( NodeData $node ) : void Remove the given node

메소드 상세

execute() 공개 메소드

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

프로퍼티 상세

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

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository