MetaFox

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

Properties

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : NotificationChannelFactory
Return values
NotificationChannelFactory

        
On this page

Search results