Elgg\BootData::getConfigValues PHP Méthode

getConfigValues() public méthode

Get config values to merge into $CONFIG
public getConfigValues ( ) : array
Résultat array
    public function getConfigValues()
    {
        return $this->config_values;
    }