clear() {@inheritdoc}
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
mixed value(string $column) Get a single column's value from the first result of a query. Parameters string $column Return Value mixed
Illuminate\Cache\Events Classes CacheHit CacheMissed KeyForgotten KeyWritten
array getQueueableIds() Get the identifiers for all of the entities. Return Value array
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
void __construct(Filesystem $files, string $path = null) Create a new file environment loader instance. Parameters Filesystem $files string $path Return Value void
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
string extension() Get the file's extension. Return Value string
Store getSession() Get the session store used by the guard. Return Value Store
Page 660 of 996