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
Methods
- entityId() : int
- entityType() : string
- factory() : TypeChannelFactory
- moduleName() : string
- type() : BelongsTo
- newFactory() : TypeChannelFactory
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'notification_type_channel'
Properties
$id
public
int
$id
$type
public
Type
$type
$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
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory(mixed $parameters) : TypeChannelFactory
Parameters
- $parameters : mixed
Return values
TypeChannelFactorymoduleName()
public
moduleName() : string
Return values
stringtype()
public
type() : BelongsTo
Return values
BelongsTonewFactory()
protected
static newFactory() : TypeChannelFactory