Notifiable

Notifiable trait Notifiable (View source) Traits HasDatabaseNotifications RoutesNotifications

NexmoSmsChannel::__construct()

void __construct(Client $nexmo, string $from) Create a new Nexmo channel instance. Parameters Client $nexmo string $from Return Value void

NexmoSmsChannel::send()

Message send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value Message

NexmoSmsChannel

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.

NexmoMessage::__construct()

void __construct(string $content = '') Create a new message instance. Parameters string $content Return Value void

NexmoMessage::from()

$this from(string $from) Set the phone number the message should be sent from. Parameters string $from Return Value $this

NexmoMessage::content()

$this content(string $content) Set the message content. Parameters string $content Return Value $this

NexmoMessage

NexmoMessage class NexmoMessage (View source) Properties string $content The message content. string $from The phone number the message should be sent from.

NamespacedItemResolver::setParsedKey()

void setParsedKey(string $key, array $parsed) Set the parsed value of a key. Parameters string $key array $parsed Return Value void

NamespacedItemResolver::parseKey()

array parseKey(string $key) Parse a key into namespace, group, and item. Parameters string $key Return Value array