QueueableCollection::getQueueableIds()
  • References/PHP/Laravel/Contracts/Queue

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

2025-01-10 15:47:30
Cloud::lastModified()
  • References/PHP/Laravel/Contracts/Filesystem

int lastModified(string $path) Get the file's last modification time.

2025-01-10 15:47:30
Store::decrement()
  • References/PHP/Laravel/Contracts/Cache

int|bool decrement(string $key, mixed $value = 1) Decrement the value of

2025-01-10 15:47:30
Kernel::terminate()
  • References/PHP/Laravel/Contracts/Http

void terminate(Request $request, Response $response) Perform any final

2025-01-10 15:47:30
ValidatesWhenResolved::validate()
  • References/PHP/Laravel/Contracts/Validation

void validate() Validate the given class instance.

2025-01-10 15:47:30
Store::flush()
  • References/PHP/Laravel/Contracts/Cache

void flush() Remove all items from the cache.

2025-01-10 15:47:30
UserProvider::retrieveById()
  • References/PHP/Laravel/Contracts/Auth

Authenticatable|null retrieveById(mixed $identifier)

2025-01-10 15:47:30
Dispatcher::until()
  • References/PHP/Laravel/Contracts/Events

mixed until(string $event, array $payload = array()) Fire an event until

2025-01-10 15:47:30
QueueingDispatcher::pipeThrough()
  • References/PHP/Laravel/Contracts/Bus

$this pipeThrough(array $pipes) Set the pipes commands should be piped

2025-01-10 15:47:30
Gate::define()
  • References/PHP/Laravel/Contracts/Auth/Access

$this define(string $ability, callable|string $callback) Define a new ability

2025-01-10 15:47:30