Neos\Neos\Ui\Domain\Model\Feedback\Messages\Error::getType PHP 메소드

getType() 공개 메소드

Get the type identifier
public getType ( ) : string
리턴 string
    public function getType()
    {
        return 'Neos.Neos.Ui:Error';
    }