Authorizable::can()

bool can(string $ability, array|mixed $arguments = array()) Determine if the entity has a given ability. Parameters string $ability array|mixed $arguments Return Value bool

MorphTo::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

MailChannel

MailChannel class MailChannel (View source) Methods void __construct(Mailer $mailer) Create a new mail channel instance. void send(mixed $notifiable, Notification $notification) Send the given notification.

HandleQueuedMessage::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

User::setRememberToken()

void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void

Validator::attributes()

array attributes() Get all attributes. Return Value array

MemcachedStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

Model::__wakeup()

void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void

Route::signatureParameters()

array signatureParameters(string|null $subClass = null) Get the parameters that are listed in the route / controller signature. Parameters string|null $subClass Return Value array

RouteListCommand::comment()

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