RollbackCommand::call()

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

RollbackCommand::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

RollbackCommand::ask()

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

RollbackCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

RollbackCommand::argument()

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

RollbackCommand::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

RollbackCommand

RollbackCommand class RollbackCommand extends BaseCommand (View source) Traits ConfirmableTrait

ReversePageConstraint::__construct()

void __construct(PageConstraint $pageConstraint) Create a new reverse page constraint instance. Parameters PageConstraint $pageConstraint Return Value void

ReversePageConstraint::toString()

string toString() Get a string representation of the object. Return Value string

ReversePageConstraint::matches()

bool matches(Crawler $crawler) Reverse the original page constraint result. Parameters Crawler $crawler Return Value bool