PHP Class Falcon_Connector_bbPress, Falcon

Afficher le fichier Open project: rmccue/Falcon

Protected Properties

Свойство Type Description
$handler

Méthodes publiques

Méthode Description
__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

Méthodes protégées

Méthode Description
is_allowed_type ( $type )

Method Details

__construct() public méthode

public __construct ( $handler )

handle_insert() public méthode

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

is_allowed_type() protected méthode

protected is_allowed_type ( $type )

notify_new_topic() public méthode

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

notify_on_reply() public méthode

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

register_settings() public méthode

public register_settings ( )

settings_field_topic_notification() public static méthode

Print field for new topic notification
See also: self::init()

validate_topic_notification() public méthode

Validate the new topic notification
public validate_topic_notification ( array $input ) : array
$input array
Résultat array

Property Details

$handler protected_oe property

protected $handler