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

getClientState() public method

This method should only be used by framework and control developers.
public getClientState ( ) : string
return string the state to be stored on the client side
    public function getClientState()
    {
        return $this->_clientState;
    }