Property | Type | Description | |
---|---|---|---|
$apiUrl | string | ||
$authenticationOptions | string[] | ||
$label | string | ||
$questionHelper | Symfony\Component\Console\Helper\QuestionHelper | ||
$repoUrl | string |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Console\Helper\QuestionHelper $questionHelper, $label, $apiUrl, $repoUrl, $authenticationOptions = [] ) | ||
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
validateNoneEmpty ( $value ) : mixed | Validates if the value is none-empty. | |
validateUrl ( string $url ) : string | Validates if the value is none-empty and a valid URL. |
public __construct ( Symfony\Component\Console\Helper\QuestionHelper $questionHelper, $label, $apiUrl, $repoUrl, $authenticationOptions = [] ) | ||
$questionHelper | Symfony\Component\Console\Helper\QuestionHelper |
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 |
public validateNoneEmpty ( $value ) : mixed | ||
$value | ||
return | mixed | original value when valid |
public validateUrl ( string $url ) : string | ||
$url | string | |
return | string |
protected string[] $authenticationOptions | ||
return | string[] |
protected QuestionHelper,Symfony\Component\Console\Helper $questionHelper | ||
return | Symfony\Component\Console\Helper\QuestionHelper |