JobMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

JobMakeCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

JobMakeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

JobMakeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

JobMakeCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

JobMakeCommand

JobMakeCommand class JobMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new console command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Comma

JobFailed::__construct()

void __construct(string $connectionName, Job $job, Exception $exception) Create a new event instance. Parameters string $connectionName Job $job Exception $exception Return Value void

JobFailed

JobFailed class JobFailed (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception that caused the job to fail.

JobExceptionOccurred::__construct()

void __construct(string $connectionName, Job $job, Exception $exception) Create a new event instance. Parameters string $connectionName Job $job Exception $exception Return Value void

JobExceptionOccurred

JobExceptionOccurred class JobExceptionOccurred (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception instance.