$this content(string $content) Set the message content. Parameters string $content Return Value $this
$this from(string $from) Set the phone number the message should be sent from. Parameters string $from Return Value $this
void __construct(string $content = '') Create a new message instance. Parameters string $content Return Value void
NexmoSmsChannel class NexmoSmsChannel (View source) Methods void __construct(Client $nexmo, string $from) Create a new Nexmo channel instance. Message send(mixed $notifiable, Notification $notification) Send the given notification.
Message send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value Message
void __construct(Client $nexmo, string $from) Create a new Nexmo channel instance. Parameters Client $nexmo string $from Return Value void
Notifiable trait Notifiable (View source) Traits HasDatabaseNotifications RoutesNotifications
notifications() Get the entity's notifications.
void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void
readNotifications() Get the entity's read notifications.
Page 9543 of 11844