ConsoleMakeCommand::arguments()

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

ExistenceAwareInterface::setExists()

SessionHandlerInterface setExists(bool $value) Set the existence state for the session. Parameters bool $value Return Value SessionHandlerInterface

User::getKeyName()

string getKeyName() Get the primary key for the model. Return Value string

TestCase::seeText()

$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

DownCommand::callSilent()

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

TokenGuard::setRequest()

$this setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value $this

MySqlGrammar::compileColumnExists()

string compileColumnExists() Compile the query to determine the list of columns. Return Value string

Builder::orWhereIn()

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

Str::finish()

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

SQLiteGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array