Prado\Web\UI\WebControls\TLiteralColumn::getEncode PHP Méthode

getEncode() public méthode

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