CreatePost_Notify_Background

This file contains background notification code for any create post action Simple Machines Forum (SMF)
extends SMF_BackgroundTask
Methods Summary
public
# execute( )
This handles notifications when a new post is created - new topic, reply, quotes and mentions.
protected static
# handleQuoteNotifications( $msgOptions , $posterOptions , $quotedMembers , $prefs , & $done_members , & $alert_rows )
protected static
# getQuotedMembers( $msgOptions , $posterOptions )
protected static
# handleMentionedNotifications( $msgOptions , $members , $prefs , & $done_members , & $alert_rows )
Methods inherited from SMF_BackgroundTask
__construct(), execute()
Constants Summary
public int NOTIFY_TYPE_REPLY_AND_MODIFY
Constants for reply types.
# 1
public int NOTIFY_TYPE_REPLY_AND_TOPIC_START_FOLLOWING
# 2
public int NOTIFY_TYPE_ONLY_REPLIES
# 3
public int NOTIFY_TYPE_NOTHING
# 4
public int FREQUENCY_NOTHING
Constants for frequencies.
# 0
public int FREQUENCY_EVERYTHING
# 1
public int FREQUENCY_FIRST_UNREAD_MSG
# 2
public int FREQUENCY_DAILY_DIGEST
# 3
public int FREQUENCY_WEEKLY_DIGEST
# 4
Constants inherited from SMF_BackgroundTask
RECEIVE_NOTIFY_EMAIL , RECEIVE_NOTIFY_ALERT
Properties inherited from SMF_BackgroundTask
$_details