IsNotifiable
extends
Entity, HasLocalePreference
in
Interface IsNotifiable.
Table of Contents
Methods
- entityId() : int
- entityType() : string
- moduleName() : string
- notificationEmail() : string
- notificationFullName() : string
- notificationPhoneNumber() : string
- notificationUserName() : string
- routeNotificationFor() : mixed
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringmoduleName()
public
moduleName() : string
Return values
stringnotificationEmail()
public
notificationEmail() : string
Return values
stringnotificationFullName()
public
notificationFullName() : string
Return values
stringnotificationPhoneNumber()
public
notificationPhoneNumber() : string
Return values
stringnotificationUserName()
public
notificationUserName() : string
Return values
stringrouteNotificationFor()
public
routeNotificationFor(string $driver, Notification $notification) : mixed
Parameters
- $driver : string
- $notification : Notification