DataSift\Storyplayer\Injectables\DefaultConfigSupport::initDefaultConfigSupport PHP Метод

initDefaultConfigSupport() публичный Метод

    public function initDefaultConfigSupport()
    {
        // create our default config - the config that we'll use
        // unless the config file on disk overrides it
        $this->defaultConfig = new DefaultConfig();
        // all done
        return $this->defaultConfig;
    }
DefaultConfigSupport