PHP Класс Neos\Neos\Ui\NodeCreationHandler\DocumentTitleNodeCreationHandler

Наследование: implements Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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