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

Str::studly()

static string studly(string $value) Convert a value to studly caps case. Parameters string $value Return Value string

TestCase::artisan()

int artisan(string $command, array $parameters = array()) Call artisan command and return code. Parameters string $command array $parameters Return Value int

SortedMiddleware::pull()

mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed

ConfigCacheCommand::option()

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

MorphPivot::setMorphType()

$this setMorphType(string $morphType) Set the morph type for the pivot. Parameters string $morphType Return Value $this