ResetPassword
class ResetPassword extends Notification
Traits
Properties
string | $id | The unique identifier for the notification. |
from Notification |
string | $token | The password reset token. |
Methods
Get the property value prepared for serialization.
Get the restored property value after deserialization.
Create a notification instance.
Get the notification's channels.
Build the mail representation of the notification.
Details
in
SerializesAndRestoresModelIdentifiers at line 18
protected mixed
getSerializedPropertyValue(mixed $value)
Get the property value prepared for serialization.
in
SerializesAndRestoresModelIdentifiers at line 37
protected mixed
getRestoredPropertyValue(mixed $value)
Get the restored property value after deserialization.
in
SerializesAndRestoresModelIdentifiers at line 55
protected Collection
restoreCollection(ModelIdentifier $value)
Restore a queueable collection instance.
in
SerializesAndRestoresModelIdentifiers at line 73
protected Builder
getQueryForModelRestoration(Model $model)
Get the query for restoration.
in
SerializesModels at line 17
array
__sleep()
Prepare the instance for serialization.
in
SerializesModels at line 37
void
__wakeup()
Restore the model after serialization.
in
SerializesModels at line 52
protected mixed
getPropertyValue(ReflectionProperty $property)
Get the property value for the given property.
in
Notification at line 23
array
broadcastOn()
Get the channels the event should broadcast on.
at line 23
void
__construct(string $token)
Create a notification instance.
at line 34
array|string
via(mixed $notifiable)
Get the notification's channels.
at line 45
MailMessage
toMail(mixed $notifiable)
Build the mail representation of the notification.