NotificationChannel
extends Model
in package
implements
Entity
Uses
HasEntity, HasFactory
Class NotificationChannel.
Table of Contents
Interfaces
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = 'notification_channel'
Properties
- $id : int
- $timestamps : bool
- $fillable : array<string|int, string>
- $table : string
Methods
- entityId() : int
- entityType() : string
- factory() : NotificationChannelFactory
- moduleName() : string
- newFactory() : NotificationChannelFactory
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'notification_channel'
Properties
$id
public
int
$id
$timestamps
public
bool
$timestamps
= false
$fillable
protected
array<string|int, string>
$fillable
= ['name', 'title']
$table
protected
string
$table
= 'notification_channels'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory(mixed $parameters) : NotificationChannelFactory
Parameters
- $parameters : mixed
Return values
NotificationChannelFactorymoduleName()
public
moduleName() : string
Return values
stringnewFactory()
protected
static newFactory() : NotificationChannelFactory