PHP Трейт Laravel\Envoy\Console\Command

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

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

Get an argument from the input.
public argument ( string $key ) : string
$key string
Результат string

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

Ask the user the given question.
public ask ( string $question ) : string
$question string
Результат string

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

Confirm the operation with the user.
public confirmTaskWithUser ( string $task, string $question ) : boolean
$task string
$question string
Результат boolean

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

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
Результат integer

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

Get an option from the input.
public option ( string $key ) : string
$key string
Результат string

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

Ask the user the given secret question.
public secret ( string $question ) : string
$question string
Результат string