PHP 클래스 Neos\Neos\Ui\Domain\Model\Changes\CreateBefore

상속: extends AbstractCreate
파일 보기 프로젝트 열기: neos/neos-ui

공개 메소드들

메소드 설명
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