Neos\Neos\Ui\Domain\Model\Changes\CreateAfter::getMode PHP Метод

getMode() публичный Метод

Get the insertion mode (before|after|into) that is represented by this change
public getMode ( ) : string
Результат string
    public function getMode()
    {
        return 'after';
    }