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

Inheritance: extends AbstractCreate
Show file Open project: neos/neos-ui

Public Methods

Method Description
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

Method Details

apply() public method

Create a new node after the subject
public apply ( ) : void
return void

canApply() public method

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

getMode() public method

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