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';
    }