Prado\Web\UI\TPage::getEnableStateCompression PHP Method

getEnableStateCompression() public method

Since: 3.1.6
public getEnableStateCompression ( ) : boolean
return boolean whether page state should be compressed. Defaults to true.
    public function getEnableStateCompression()
    {
        return $this->_enableStateCompression;
    }