Jsonable::toJson()

string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string

ResourceRegistrar::setParameters()

static void setParameters(array $parameters = array()) Set the global parameter mapping. Parameters array $parameters Return Value void

MessageBag::__toString()

string __toString() Convert the message bag to its string representation. Return Value string

NullFailedJobProvider::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array

ResourceRegistrar::__construct()

void __construct(Router $router) Create a new resource registrar instance. Parameters Router $router Return Value void

BroadcastChannel

BroadcastChannel class BroadcastChannel (View source) Methods void __construct(Dispatcher $events) Create a new database channel. array|null send(mixed $notifiable, Notification $notification) Send the given notification.

SyncJob::getJobId()

string getJobId() Get the job identifier. Return Value string

GenericUser

GenericUser class GenericUser implements Authenticatable (View source) Methods void __construct(array $attributes) Create a new generic User object. string getAuthIdentifierName() Get the name of the unique identifier for the user. mixed getAuthIdentifier() Get the unique identifier for the user. string getAuthPassword() Get the password for the user. string getRememberToken() Get the "remember me" token value. void setRememberToken(string $value) Set the "remembe

Model::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this

DatabaseStore::get()

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