PHP 클래스 Falcon_Connector_bbPress, Falcon

파일 보기 프로젝트 열기: rmccue/Falcon

보호된 프로퍼티들

프로퍼티 타입 설명
$handler

공개 메소드들

메소드 설명
__construct ( $handler )
handle_insert ( $value, Falcon_Reply $reply )
notify_new_topic ( $topic_id, $forum_id, $anonymous_data, $topic_author ) Notify user roles on new topic
notify_on_reply ( $reply_id, $topic_id, $forum_id, $anonymous_data = false, $reply_author ) Send a notification to subscribers
register_settings ( )
settings_field_topic_notification ( ) Print field for new topic notification
validate_topic_notification ( array $input ) : array Validate the new topic notification

보호된 메소드들

메소드 설명
is_allowed_type ( $type )

메소드 상세

__construct() 공개 메소드

public __construct ( $handler )

handle_insert() 공개 메소드

public handle_insert ( $value, Falcon_Reply $reply )
$reply Falcon_Reply

is_allowed_type() 보호된 메소드

protected is_allowed_type ( $type )

notify_new_topic() 공개 메소드

Notify user roles on new topic
public notify_new_topic ( $topic_id, $forum_id, $anonymous_data, $topic_author )

notify_on_reply() 공개 메소드

Send a notification to subscribers
public notify_on_reply ( $reply_id, $topic_id, $forum_id, $anonymous_data = false, $reply_author )

register_settings() 공개 메소드

public register_settings ( )

settings_field_topic_notification() 공개 정적인 메소드

Print field for new topic notification
또한 보기: self::init()

validate_topic_notification() 공개 메소드

Validate the new topic notification
public validate_topic_notification ( array $input ) : array
$input array
리턴 array

프로퍼티 상세

$handler 보호되어 있는 프로퍼티

protected $handler