Neos\Neos\Ui\Domain\Model\Feedback\Operations\ReloadDocument::getType PHP Метод

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

Get the type identifier
public getType ( ) : string
Результат string
    public function getType()
    {
        return 'Neos.Neos.Ui:ReloadDocument';
    }