PasswordResetServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

URL::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

Paginator::offsetSet()

void offsetSet(mixed $key, mixed $value) Set the item at the given offset. Parameters mixed $key mixed $value Return Value void

AggregateServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

Builder::value()

mixed value(string $column) Get a single column's value from the first result of a query. Parameters string $column Return Value mixed

Cache\Events

Illuminate\Cache\Events Classes CacheHit CacheMissed KeyForgotten KeyWritten

Collection::getQueueableIds()

array getQueueableIds() Get the identifiers for all of the entities. Return Value array

Builder::find()

mixed|Builder find(int $id, array $columns = array('*')) Execute a query for a single record by ID. Parameters int $id array $columns Return Value mixed|Builder

FileEnvironmentVariablesLoader::__construct()

void __construct(Filesystem $files, string $path = null) Create a new file environment loader instance. Parameters Filesystem $files string $path Return Value void

SessionGuard::__construct()

void __construct(string $name, UserProvider $provider, SessionInterface $session, Request $request = null) Create a new authentication guard. Parameters string $name UserProvider $provider SessionInterface $session Request $request Return Value void