Container::call()

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null) Call the given Closure / class@method and inject its dependencies. Parameters callable|string $callback array $parameters string|null $defaultMethod Return Value mixed

RedisJob::isReleased()

bool isReleased() Determine if the job was released back into the queue. Return Value bool

SortedMiddleware::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

ResponseFactory

ResponseFactory class ResponseFactory implements ResponseFactory (View source) Traits Macroable

FileStore::getPrefix()

string getPrefix() Get the cache key prefix. Return Value string

SessionGuard::getProvider()

UserProvider getProvider() Get the user provider used by the guard. Return Value UserProvider

Connection::getQueryGrammar()

Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar

ChannelManager::driver()

mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed

ResponseTrait::withException()

$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this

DatabaseUserProvider

DatabaseUserProvider class DatabaseUserProvider implements UserProvider (View source) Methods void __construct(ConnectionInterface $conn, Hasher $hasher, string $table) Create a new database user provider. Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticat