CallbackEvent::thenPing()

$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this

Repository::offsetGet()

mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed

Model::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

UserProvider::retrieveById()

Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Parameters mixed $identifier Return Value Authenticatable|null

MessageBag::merge()

$this merge(MessageProvider|array $messages) Merge a new array of messages into the bag. Parameters MessageProvider|array $messages Return Value $this

EnvironmentVariables

EnvironmentVariables class EnvironmentVariables (View source) PHP $_ENV loader for protecting sensitive configuration options. Inspired by the wonderful "Dotenv" library by Vance Lucas. Methods void __construct(EnvironmentVariablesLoaderInterface $loader) The server environment instance. load(string $environment = null) Load the server variables for a given environment.

Model::getKeyName()

string getKeyName() Get the primary key for the model. Return Value string

ClearCompiledCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

Builder::delete()

mixed delete() Delete a record from the database. Return Value mixed

PresenceChannel::__construct()

void __construct(string $name) Create a new channel instance. Parameters string $name Return Value void