void fire(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
Container getContainer() Get the IoC container instance. Return Value Container
RedirectResponse refresh(int $status = 302, array $headers = array()) Create a new redirect response to the current URI. Parameters int $status array $headers Return Value RedirectResponse
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array|bool put(string $key, mixed $value, int $seconds) Store an item in the cache. Parameters string $key mixed $value int $seconds Return Value array|bool
Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection
Htmlable interface Htmlable (View source) Methods string toHtml() Get content as a string of HTML.
Page 262 of 996