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

getRequestClientState() public method

public getRequestClientState ( ) : string
return string the state postback from client side
    public function getRequestClientState()
    {
        return $this->getRequest()->itemAt(self::FIELD_PAGESTATE);
    }