Neos\Neos\Ui\Domain\Model\Changes\Create::getMode PHP 메소드

getMode() 공개 메소드

Get the insertion mode (before|after|into) that is represented by this change
public getMode ( ) : string
리턴 string
    public function getMode()
    {
        return 'into';
    }