Gush\ThirdParty\Github\GitHubConfigurator::__construct PHP Method

__construct() public method

public __construct ( StyleHelper $styleHelper, $label, $apiUrl, $repoUrl )
$styleHelper Gush\Helper\StyleHelper
    public function __construct(StyleHelper $styleHelper, $label, $apiUrl, $repoUrl)
    {
        $this->styleHelper = $styleHelper;
        $this->label = $label;
        $this->apiUrl = $apiUrl;
        $this->repoUrl = $repoUrl;
    }