Elgg\Application::loadSettings PHP Méthode

loadSettings() public méthode

This is done automatically during the boot process or before requesting a database object
See also: Config::loadSettingsFile
public loadSettings ( ) : void
Résultat void
    public function loadSettings()
    {
        $this->services->config->loadSettingsFile();
    }