PHP 인터페이스 Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface

파일 보기 프로젝트 열기: neos/neos-ui

공개 메소드들

메소드 설명
handle ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, array $data ) : void Do something with the newly created node

메소드 상세

handle() 공개 메소드

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
리턴 void