PHP 클래스 RTMediaCommentNotification, rtMedia

저자: Jignesh Nakrani ([email protected])
상속: extends RTMediaNotification
파일 보기 프로젝트 열기: rtCamp/rtMedia

공개 프로퍼티들

프로퍼티 타입 설명
$component_action
$component_id

공개 메소드들

메소드 설명
__construct ( )
add_comment_notify ( array $args ) add a notification for a author of media on new comment on media
format_comment_notifications ( array $params ) : array/string format the new notification in String or array
init ( ) Hooked to bp_init.
remove_comment_notification ( integer $comment_id ) delete notification of a comment perticular commnet

메소드 상세

__construct() 공개 메소드

public __construct ( )

add_comment_notify() 공개 메소드

add a notification for a author of media on new comment on media
public add_comment_notify ( array $args )
$args array contains comment descriptions

format_comment_notifications() 공개 메소드

format the new notification in String or array
public format_comment_notifications ( array $params ) : array/string
$params array
리턴 array/string

init() 공개 메소드

Hooked to bp_init.
public init ( )

remove_comment_notification() 공개 메소드

delete notification of a comment perticular commnet
public remove_comment_notification ( integer $comment_id )
$comment_id integer

프로퍼티 상세

$component_action 공개적으로 프로퍼티

public $component_action

$component_id 공개적으로 프로퍼티

public $component_id