MetaFox

NotificationModule extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class NotificationModule.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'notification_module'

Properties

$channel  : array<string|int, string>
$id  : int
$is_active  : bool
$module_id  : string
$ordering  : int
$title  : string
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : NotificationModuleFactory
moduleName()  : string
types()  : HasMany
newFactory()  : NotificationModuleFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['title', 'module_id', 'is_active', 'channel', 'ordering']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public static factory(mixed $parameters) : NotificationModuleFactory
Parameters
$parameters : mixed
Return values
NotificationModuleFactory

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : NotificationModuleFactory
Return values
NotificationModuleFactory

        
On this page

Search results