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

loadGlobals() защищенный Метод

This method is invoked when {@link onLoadState OnLoadState} event is raised. After this method, values that are stored in previous requests become available to the current request via {@link getGlobalState}.
protected loadGlobals ( )
    protected function loadGlobals()
    {
        $this->_globals = $this->getApplicationStatePersister()->load();
    }