Neos\Fusion\TypoScriptObjects\RendererImplementation::getType PHP Метод

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

The type to render if condition is TRUE
public getType ( ) : string
Результат string
    public function getType()
    {
        return $this->tsValue('type');
    }