Prado\Web\UI\WebControls\TLiteralColumn::getEncode PHP 메소드

getEncode() 공개 메소드

public getEncode ( ) : boolean
리턴 boolean whether the rendered text should be HTML-encoded. Defaults to false.
    public function getEncode()
    {
        return $this->getViewState('Encode', false);
    }