MetaFox

HasTotalCommentWithReply extends HasTotalComment
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_PENDING_COMMENT

public mixed TOTAL_PENDING_COMMENT = 'total_pending_comment'

TOTAL_PENDING_REPLY

public mixed TOTAL_PENDING_REPLY = 'total_pending_reply'

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

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results