PHP Trait Laravel\Envoy\Console\Command

Afficher le fichier Open project: laravel/envoy

Méthodes publiques

Méthode Description
argument ( string $key ) : string Get an argument from the input.
ask ( string $question ) : string Ask the user the given question.
confirmTaskWithUser ( string $task, string $question ) : boolean Confirm the operation with the user.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer Execute the command.
option ( string $key ) : string Get an option from the input.
secret ( string $question ) : string Ask the user the given secret question.

Method Details

argument() public méthode

Get an argument from the input.
public argument ( string $key ) : string
$key string
Résultat string

ask() public méthode

Ask the user the given question.
public ask ( string $question ) : string
$question string
Résultat string

confirmTaskWithUser() public méthode

Confirm the operation with the user.
public confirmTaskWithUser ( string $task, string $question ) : boolean
$task string
$question string
Résultat boolean

execute() public méthode

Execute the command.
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Résultat integer

option() public méthode

Get an option from the input.
public option ( string $key ) : string
$key string
Résultat string

secret() public méthode

Ask the user the given secret question.
public secret ( string $question ) : string
$question string
Résultat string