Request getRequest() Get the active request instance. Return Value Request
void flush() Remove all of the items from the session. Return Value void
bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool
void looping(mixed $callback) Register a callback to be executed on every iteration through the queue loop. Parameters mixed $callback Return Value void
void validate() Run the validator's rules against its data. Return Value void Exceptions ValidationException
$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this
bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool
int call(string $command, array $parameters = array()) Run an Artisan console command by name. Parameters string $command array $parameters Return Value int
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
Page 469 of 996