Neos\ContentRepository\Domain\Model\Node::emitNodePathChanged PHP Метод

emitNodePathChanged() защищенный Метод

Signals that the node path has been changed.
protected emitNodePathChanged ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $oldPath, string $newPath, boolean $recursion )
$node Neos\ContentRepository\Domain\Model\NodeInterface
$oldPath string
$newPath string
$recursion boolean TRUE if the node path change was caused because a parent node path was changed
    protected function emitNodePathChanged(NodeInterface $node, $oldPath, $newPath, $recursion)
    {
    }
Node