PHP Класс Neos\Neos\Ui\Domain\Model\Changes\CreateBefore

Наследование: extends AbstractCreate
Показать файл Открыть проект

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

Метод Описание
apply ( ) : void Create a new node after the subject
canApply ( ) : boolean Check if the new node's node type is allowed in the requested position
getMode ( ) : string Get the insertion mode (before|after|into) that is represented by this change

Описание методов

apply() публичный Метод

Create a new node after the subject
public apply ( ) : void
Результат void

canApply() публичный Метод

Check if the new node's node type is allowed in the requested position
public canApply ( ) : boolean
Результат boolean

getMode() публичный Метод

Get the insertion mode (before|after|into) that is represented by this change
public getMode ( ) : string
Результат string