Prado\Web\UI\TPage::getClientState PHP Метод

getClientState() публичный Метод

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