PHP Class Neos\ContentRepository\Migration\Transformations\RemoveNode

Inheritance: extends AbstractTransformation
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository

Méthodes publiques

Méthode Description
execute ( NodeData $node ) : void Remove the given node

Method Details

execute() public méthode

Remove the given node
public execute ( NodeData $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeData
Résultat void

Property Details

$nodeDataRepository protected_oe property

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
Résultat Neos\ContentRepository\Domain\Repository\NodeDataRepository