Neos\Neos\Ui\Domain\Model\Feedback\Messages\Info::getType PHP Метод

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

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