array arguments() Get all of the arguments passed to the command. Return Value array
SessionHandlerInterface setExists(bool $value) Set the existence state for the session. Parameters bool $value Return Value SessionHandlerInterface
string getKeyName() Get the primary key for the model. Return Value string
$this seeText(string $text, bool $negate = false) Assert that a given string is seen on the current text. Parameters string $text bool $negate Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
$this setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value $this
string compileColumnExists() Compile the query to determine the list of columns. Return Value string
Builder|Builder orWhereIn(string $column, mixed $values) Add an "or where in" clause to the query. Parameters string $column mixed $values Return Value Builder|Builder
static string finish(string $value, string $cap) Cap a string with a single instance of a given value. Parameters string $value string $cap Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
Page 160 of 996