Gush\ThirdParty\Github\GitHubEnterpriseFactory::createConfigurator PHP Метод

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

public createConfigurator ( Symfony\Component\Console\Helper\HelperSet $helperSet, Config $config )
$helperSet Symfony\Component\Console\Helper\HelperSet
$config Gush\Config
    public function createConfigurator(HelperSet $helperSet, Config $config)
    {
        return new GitHubConfigurator($helperSet->get('gush_style'), 'GitHub Enterprise', 'https://api.github.com/', 'https://github.com');
    }