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

setEnableStateEncryption() public method

public setEnableStateEncryption ( $value )
    public function setEnableStateEncryption($value)
    {
        $this->_enableStateEncryption = TPropertyValue::ensureBoolean($value);
    }