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');
    }