PHP Класс Gush\ThirdParty\Github\GitHubConfigurator

Автор: Sebastiaan Stok ([email protected])
Наследование: extends Gush\Adapter\DefaultConfigurator
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( StyleHelper $styleHelper, $label, $apiUrl, $repoUrl )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
createAuthorization ( Github\Client $client, $code = null )
getConfigStructure ( $username, $token, $apiUrl, $repoUrl )
handle2fa ( Github\Client $client, Github\Exception\TwoFactorAuthenticationRequiredException $e )

Описание методов

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

public __construct ( StyleHelper $styleHelper, $label, $apiUrl, $repoUrl )
$styleHelper Gush\Helper\StyleHelper

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

public interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface