Command::argument()

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

Authenticatable::setRememberToken()

void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void

SQLiteConnection::useDefaultPostProcessor()

void useDefaultPostProcessor() Set the query post processor to the default implementation. Return Value void

Route::getName()

string getName() Get the name of the route instance. Return Value string

SortedMiddleware::median()

mixed|null median(null $key = null) Get the median of a given key. Parameters null $key Return Value mixed|null

Manager::setFetchMode()

$this setFetchMode(int $fetchMode) Set the fetch mode for the database connections. Parameters int $fetchMode Return Value $this

UpCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

SimpleMessage::error()

$this error() Indicate that the notification gives information about an error. Return Value $this

RouteClearCommand::fire()

void fire() Execute the console command. Return Value void

File::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed