MetaFox

ItemStatistics extends Model
in package
implements HasItemMorph, HasAmounts, Entity Uses HasEntity, HasItemMorph, HasAmountsTrait

Class ItemStatistics.

Table of Contents

Interfaces

HasItemMorph
HasAmounts
Trait HasAmounts
Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'core_item_statistics'
PENDING_COMMENT  = 'total_pending_comment'
PENDING_REPLY  = 'total_pending_reply'

Properties

$id  : int
$timestamps  : mixed
$total_mention  : int
$total_pending  : int
$total_pending_comment  : int
$total_pending_reply  : int
$total_tag_friend  : int
$fillable  : array<string|int, string>
$table  : mixed

Methods

decrementAmount()  : int
decrementTotalItem()  : void
entityId()  : int
entityType()  : string
getItemAttribute()  : mixed
incrementAmount()  : int
incrementTotalItem()  : void
incrementTotalView()  : void
item()  : MorphTo|null
itemId()  : int
itemType()  : string
moduleName()  : string
handleNegativeNumber()  : void

Constants

PENDING_COMMENT

public mixed PENDING_COMMENT = 'total_pending_comment'

PENDING_REPLY

public mixed PENDING_REPLY = 'total_pending_reply'

Properties

$fillable

protected array<string|int, string> $fillable = ['item_id', 'item_type', 'total_pending_comment', 'total_pending_reply', 'total_mention', 'total_tag_friend']

Methods

decrementAmount()

public decrementAmount(string $column[, int $amount = 1 ]) : int
Parameters
$column : string
$amount : int = 1
Return values
int

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

incrementAmount()

public incrementAmount(string $column[, int $amount = 1 ]) : int
Parameters
$column : string
$amount : int = 1
Return values
int

itemType()

public itemType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

handleNegativeNumber()

protected handleNegativeNumber(string $column) : void
Parameters
$column : string

        
On this page

Search results