ResponseTrait::withHeaders()

$this withHeaders(array $headers) Add an array of headers to the response. Parameters array $headers Return Value $this

Builder::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls into the query instance. Parameters string $method array $parameters Return Value mixed

Application::forgetInstances()

void forgetInstances() Clear all of the instances from the container. Return Value void

SqlServerConnection::cursor()

cursor($query, $bindings = array(), $useReadPdo = true) Parameters $query $bindings $useReadPdo

Pivot::getRouteKey()

mixed getRouteKey() Get the value of the model's route key. Return Value mixed

MySqlConnection::getEventDispatcher()

Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher

MigratePublishCommand::option()

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

RedisQueue::later()

mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed

HasOneOrMany::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

MigratePublishCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void