PHP Class Neos\Neos\Ui\Domain\Model\Changes\Create

Inheritance: extends AbstractCreate
Afficher le fichier Open project: neos/neos-ui

Méthodes publiques

Méthode Description
apply ( ) : void Create a new node beneath 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

Method Details

apply() public méthode

Create a new node beneath the subject
public apply ( ) : void
Résultat void

canApply() public méthode

Check if the new node's node type is allowed in the requested position
public canApply ( ) : boolean
Résultat boolean

getMode() public méthode

Get the insertion mode (before|after|into) that is represented by this change
public getMode ( ) : string
Résultat string