Connection::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int

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

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

Redirect::__callStatic()

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