void fire() Execute the console command.
string|array argument(string $key = null) Get the value of a command argument
bool hasArgument(string|int $name) Determine if the given argument is present
RollbackCommand class RollbackCommand extends
string|array option(string $key = null) Get the value of a command option
void line(string $string) Write a string as standard output.
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
int run(InputInterface $input, OutputInterface $output) Run the console
void __construct() Create a new console command instance.
Page 14 of 23