MetaFox

TypeChannel extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class TypeChannel.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'notification_type_channel'

Properties

$id  : int
$type  : Type
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : TypeChannelFactory
moduleName()  : string
type()  : BelongsTo
newFactory()  : TypeChannelFactory

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'notification_type_channel'

Properties

$fillable

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

$table

protected mixed $table = 'notification_type_channels'

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

moduleName()

public moduleName() : string
Return values
string

type()

public type() : BelongsTo
Return values
BelongsTo

newFactory()

protected static newFactory() : TypeChannelFactory
Return values
TypeChannelFactory

        
On this page

Search results