Gush\ThirdParty\Bitbucket\BitBucketConfigurator::__construct PHP Метод

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

public __construct ( Symfony\Component\Console\Helper\QuestionHelper $questionHelper, $label, $apiUrl, $repoUrl )
$questionHelper Symfony\Component\Console\Helper\QuestionHelper
    public function __construct(QuestionHelper $questionHelper, $label, $apiUrl, $repoUrl)
    {
        $this->questionHelper = $questionHelper;
        $this->label = $label;
        $this->apiUrl = $apiUrl;
        $this->repoUrl = $repoUrl;
        $authenticationOptions = [0 => ['Password', self::AUTH_HTTP_PASSWORD], 1 => ['OAuth', self::AUTH_HTTP_TOKEN]];
        $this->authenticationOptions = $authenticationOptions;
    }
BitBucketConfigurator