SatisAdmin\Model\ModelManager::getConfig PHP 메소드

getConfig() 공개 메소드

public getConfig ( ) : Config
리턴 Config
    public function getConfig()
    {
        return (new Config())->fromArray(json_decode($this->getJson(), true));
    }