PHP Interface Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface

Afficher le fichier Open project: neos/neos-ui

Méthodes publiques

Méthode Description
handle ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, array $data ) : void Do something with the newly created node

Method Details

handle() public méthode

Do something with the newly created node
public handle ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, array $data ) : void
$node TYPO3\TYPO3CR\Domain\Model\NodeInterface The newly created node
$data array incoming data from the creationDialog
Résultat void