Elgg\Config::getStorageObject PHP 메소드

getStorageObject() 공개 메소드

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