Свойство | Тип | Описание | |
---|---|---|---|
$api | Github api service class. | ||
$commandDescription | string | Command description. | |
$commandName | string | Command name. | |
$compiler | Compiler for llumrc file. | ||
$filesytem | Filesystem. | ||
$github_token | string | Github token. | |
$github_username | Github username | ||
$method | string | Method to execute. |
Метод | Описание | |
---|---|---|
__construct ( |
InitCommand constructor. | |
askGithubToken ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
askGithubUsername ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
init ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | init command. |
Метод | Описание | |
---|---|---|
askGithubPassword ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed | ||
defaultUsername ( ) : string | ||
executeWizard ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Executes wizard. | |
getStubPath ( ) : string | Get path to stub. |
public __construct ( |
||
$filesytem | ||
$compiler | ||
$api |
protected askGithubPassword ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
Результат | mixed |
public askGithubToken ( 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 askGithubUsername ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected executeWizard ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected getStubPath ( ) : string | ||
Результат | string |
public init ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected GithubAPI,Acacha\Llum\Github $api | ||
Результат |
protected string $commandDescription | ||
Результат | string |
protected RCFileCompiler,Acacha\Llum\Compiler $compiler | ||
Результат |
protected Filesystem,Acacha\Llum\Filesystem $filesytem | ||
Результат |