HasTotalComment
extends
Entity, HasAmounts
in
Interface HasTotalComment.
Table of Contents
Constants
- TOTAL_COMMENT = 'total_comment'
- TOTAL_PENDING_COMMENT = 'total_pending_comment'
- TOTAL_PENDING_REPLY = 'total_pending_reply'
- TOTAL_REPLY = 'total_reply'
Methods
- decrementAmount() : int
- entityId() : int
- entityType() : string
- incrementAmount() : int
- moduleName() : string
Constants
TOTAL_COMMENT
public
mixed
TOTAL_COMMENT
= 'total_comment'
TOTAL_PENDING_COMMENT
public
mixed
TOTAL_PENDING_COMMENT
= 'total_pending_comment'
TOTAL_PENDING_REPLY
public
mixed
TOTAL_PENDING_REPLY
= 'total_pending_reply'
TOTAL_REPLY
public
mixed
TOTAL_REPLY
= 'total_reply'
Methods
decrementAmount()
public
decrementAmount(string $column[, int $amount = 1 ]) : int
Parameters
- $column : string
- $amount : int = 1
Return values
intentityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringincrementAmount()
public
incrementAmount(string $column[, int $amount = 1 ]) : int
Parameters
- $column : string
- $amount : int = 1
Return values
intmoduleName()
public
moduleName() : string