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

setEnableStateCompression() public method

Since: 3.1.6
public setEnableStateCompression ( $value )
    public function setEnableStateCompression($value)
    {
        $this->_enableStateCompression = TPropertyValue::ensureBoolean($value);
    }