int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
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
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
array arguments() Get all of the arguments passed to the command. Return Value array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
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
RollbackCommand class RollbackCommand extends BaseCommand (View source) Traits ConfirmableTrait
void __construct(PageConstraint $pageConstraint) Create a new reverse page constraint instance. Parameters PageConstraint $pageConstraint Return Value void
string toString() Get a string representation of the object. Return Value string
bool matches(Crawler $crawler) Reverse the original page constraint result. Parameters Crawler $crawler Return Value bool
Page 230 of 996