PHP 클래스 Neos\Neos\Ui\NodeCreationHandler\DocumentTitleNodeCreationHandler

상속: implements Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface
파일 보기 프로젝트 열기: neos/neos-ui

공개 메소드들

메소드 설명
handle ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, array $data ) : void Set the node title for the newly created Document node

메소드 상세

handle() 공개 메소드

Set the node title for the newly created Document 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