Elgg\Config::getStorageObject PHP Méthode

getStorageObject() public méthode

We need this, for now, to construct some services.
public getStorageObject ( ) : stdClass
Résultat stdClass
    public function getStorageObject()
    {
        return $this->config;
    }