Prado\TApplication::onLoadState PHP Метод

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

This method is invoked when the application needs to load state (probably stored in session).
public onLoadState ( )
    public function onLoadState()
    {
        $this->loadGlobals();
        $this->raiseEvent('OnLoadState', $this, null);
    }