Request::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

User::__callStatic()

static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed

FormRequest::ips()

array ips() Returns the client IP addresses. Return Value array

MacroableTrait::hasMacro()

static boolean hasMacro(string $name) Checks if macro is registered Parameters string $name Return Value boolean

DatabaseNotification::addVisible()

void addVisible(array|string|null $attributes = null) Add visible attributes for the model. Parameters array|string|null $attributes Return Value void

ApcWrapper::put()

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

SeedCommand::argument()

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

PostgresGrammar::parameterize()

string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string

Redirector::refresh()

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

DatabaseJob::getContainer()

Container getContainer() Get the IoC container instance. Return Value Container