ReversePageConstraint::toString()

string toString() Get a string representation of the object. Return Value string

ApcWrapper::flush()

void flush() Remove all items from the cache. Return Value void

DownCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

RequestMakeCommand::argument()

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

Application

Application interface Application implements Container (View source) Methods bool bound(string $abstract) Determine if the given abstract type has been bound. from Container void alias(string $abstract, string $alias) Alias a type to a different name. from Container void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags to a given binding. from Container array tagged(array $tag) Resolve all of the bindings for a given tag. from Container void bind(string

Kernel::bootstrap()

void bootstrap() Bootstrap the application for HTTP requests. Return Value void

SyncQueue::pushRaw()

mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed

Collection::isEmpty()

bool isEmpty() Determine if the collection is empty or not. Return Value bool

DatabaseFailedJobProvider::forget()

bool forget(mixed $id) Delete a single failed job from storage. Parameters mixed $id Return Value bool

User::getRelationValue()

mixed getRelationValue(string $key) Get a relationship. Parameters string $key Return Value mixed