Neos\ContentRepository\Domain\Model\Node::emitAfterNodeCopy PHP Method

emitAfterNodeCopy() protected method

protected emitAfterNodeCopy ( Neos\ContentRepository\Domain\Model\NodeInterface $copiedNode, Neos\ContentRepository\Domain\Model\NodeInterface $targetParentNode ) : void
$copiedNode Neos\ContentRepository\Domain\Model\NodeInterface
$targetParentNode Neos\ContentRepository\Domain\Model\NodeInterface
return void
    protected function emitAfterNodeCopy(NodeInterface $copiedNode, NodeInterface $targetParentNode)
    {
    }
Node