MetaFox

StatsContent extends Model
in package
implements Entity Uses HasEntity

Tags
mixin

Builder

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'stat_content'
STAT_PERIOD_FIVE_MINUTE  = '5m'
STAT_PERIOD_ONE_DAY  = '1d'
STAT_PERIOD_ONE_HOUR  = '1h'
STAT_PERIOD_ONE_MONTH  = '1M'
STAT_PERIOD_ONE_WEEK  = '1w'
STAT_PERIOD_ONE_YEAR  = '1y'

Properties

$created_at  : string
$group  : string
$id  : int
$label  : string
$name  : string
$period  : string|null
$timestamps  : mixed
$value  : string
$fillable  : mixed
$table  : mixed

Methods

entityId()  : int
entityType()  : string
getLabelAttribute()  : string
moduleName()  : string

Constants

STAT_PERIOD_FIVE_MINUTE

public mixed STAT_PERIOD_FIVE_MINUTE = '5m'

STAT_PERIOD_ONE_DAY

public mixed STAT_PERIOD_ONE_DAY = '1d'

STAT_PERIOD_ONE_HOUR

public mixed STAT_PERIOD_ONE_HOUR = '1h'

STAT_PERIOD_ONE_MONTH

public mixed STAT_PERIOD_ONE_MONTH = '1M'

STAT_PERIOD_ONE_WEEK

public mixed STAT_PERIOD_ONE_WEEK = '1w'

STAT_PERIOD_ONE_YEAR

public mixed STAT_PERIOD_ONE_YEAR = '1y'

Properties

$fillable

protected mixed $fillable = ['name', 'label', 'value', 'period', 'created_at', 'group']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

getLabelAttribute()

public getLabelAttribute(string $value) : string
Parameters
$value : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results