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

getEnableStateEncryption() public method

public getEnableStateEncryption ( ) : boolean
return boolean whether page state should be encrypted. Defaults to false.
    public function getEnableStateEncryption()
    {
        return $this->_enableStateEncryption;
    }