Neos\Neos\Ui\Domain\Model\Changes\CreateAfter::getMode PHP Méthode

getMode() public méthode

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