b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: messaging ] [ index: messaging ] [ all elements ]

Element index for package messaging

Package indexes

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

_message.class.php
procedural page _message.class.php
_messaging.funcs.php
procedural page _messaging.funcs.php
_messaging.install.php
procedural page _messaging.install.php
_thread.class.php
procedural page _thread.class.php
_contact_list.view.php
procedural page _contact_list.view.php
_message_list.view.php
procedural page _message_list.view.php
_thread.form.php
procedural page _thread.form.php
_thread_list.view.php
procedural page _thread_list.view.php
_messaging.init.php
procedural page _messaging.init.php

a

$AUTHOR
in file _message.class.php, variable Message::$AUTHOR
    Available message statuses constants
$author_name
in file _message.class.php, variable Message::$author_name
$author_user_ID
in file _message.class.php, variable Message::$author_user_ID
author
in file _message_list.view.php, function author()
    Create author cell for message list table

b

build_evobar_menu
in file _messaging.init.php, method messaging_Module::build_evobar_menu()
    Build the evobar menu
build_menu_3
in file _messaging.init.php, method messaging_Module::build_menu_3()
    Builds the 3rd half of the menu. This is the one with the configuration features

c

$contacts_list
in file _thread.class.php, variable Thread::$contacts_list
    Unblocked contacts IDs lazy filled
contacts.ctrl.php
procedural page contacts.ctrl.php
check_blocked_contacts
in file _messaging.funcs.php, function check_blocked_contacts()
    Check blocked contacts in recipients list
check_messaging_group_perm
in file _messaging.init.php, method messaging_Module::check_messaging_group_perm()
    Check a permission for the group. ( see 'group_func' in get_available_group_permissions() function )
check_messaging_user_perm
in file _messaging.init.php, method messaging_Module::check_messaging_user_perm()
    Check a permission for the user. ( see 'user_func' in get_available_group_permissions() function )
check_perm
in file _thread.class.php, method Thread::check_perm()
    Check permission on a persona
check_perm
in file _message.class.php, method Message::check_perm()
    Check permission on a message
check_thread_recipient
in file _thread.class.php, method Thread::check_thread_recipient()
    Check if user is recipient of the current thread
clone_message
in file _message.class.php, method Message::clone_message()
    Clone current message and convert cloned message from 'individual' to 'discussion'.
contact_block
in file _contact_list.view.php, function contact_block()
    Get block/unblock icon

d

$datemodified
in file _thread.class.php, variable Thread::$datemodified
$datetime
in file _message.class.php, variable Message::$datetime
dbdelete
in file _thread.class.php, method Thread::dbdelete()
    Delete thread and dependencies from database
dbdelete
in file _message.class.php, method Message::dbdelete()
    Delete message and dependencies from database
dbinsert_contacts
in file _message.class.php, method Message::dbinsert_contacts()
    Insert contacts into database
dbinsert_discussion
in file _message.class.php, method Message::dbinsert_discussion()
    Insert discussion (one thread for all recipients)
dbinsert_individual
in file _message.class.php, method Message::dbinsert_individual()
    Insert new thread for each recipient
dbinsert_message
in file _message.class.php, method Message::dbinsert_message()
    Insert message in existing thread
dbinsert_threadstatus
in file _message.class.php, method Message::dbinsert_threadstatus()
    Insert recipients into database
dbupdate_last_contact_datetime
in file _message.class.php, method Message::dbupdate_last_contact_datetime()
    Update last contact datetimes

f

filter_contacts
in file _contact_list.view.php, function filter_contacts()
    Callback to add filters on top of the result set
filter_messages
in file _message_list.view.php, function filter_messages()
    Callback to add filters on top of the result set
filter_recipients
in file _thread_list.view.php, function filter_recipients()
    Callback to add filters on top of the result set

g

get_available_group_permissions
in file _messaging.init.php, method messaging_Module::get_available_group_permissions()
    Get available group permissions
get_default_group_permissions
in file _messaging.init.php, method messaging_Module::get_default_group_permissions()
    Get default module permissions
get_MessageCache
in file _messaging.init.php, function get_MessageCache()
    Get the MessageCache
get_read_by
in file _message_list.view.php, function get_read_by()
get_Thread
in file _message.class.php, method Message::get_Thread()
    Get Thread object
get_ThreadCache
in file _messaging.init.php, function get_ThreadCache()
    Get the ThreadCache

i

init
in file _messaging.init.php, method messaging_Module::init()
    Do the initializations. Called from in _main.inc.php.

l

load_contacts
in file _thread.class.php, method Thread::load_contacts()
    Load all of the non blocked contacts of current thread
load_from_Request
in file _message.class.php, method Message::load_from_Request()
    Load data from Request form fields.
load_from_Request
in file _thread.class.php, method Thread::load_from_Request()
    Load data from Request form fields.
load_messaging_threads_recipients
in file _messaging.funcs.php, function load_messaging_threads_recipients()
    Extract list of contacts of current user from his message threads
load_messaging_thread_recipients
in file _messaging.funcs.php, function load_messaging_thread_recipients()
    Load all of the recipients of current thread
load_recipients
in file _thread.class.php, method Thread::load_recipients()
    Load recipients of the current thread

m

messages.ctrl.php
procedural page messages.ctrl.php
Message
in file _message.class.php, method Message::Message()
    Constructor
Message
in file _message.class.php, class Message
    Message Class
messaging_Module
in file _messaging.init.php, class messaging_Module
    messaging_Module definition

n

$num_unread_messages
in file _thread.class.php, variable Thread::$num_unread_messages
    Number unread messages

p

param_check__recipients
in file _thread.class.php, method Thread::param_check__recipients()
    Check are recipients available in database

r

$READ
in file _message.class.php, variable Message::$READ
$recipients
in file _thread.class.php, variable Thread::$recipients
$recipients_list
in file _thread.class.php, variable Thread::$recipients_list
    Recipients IDs lazy filled

s

send_email_notifications
in file _message.class.php, method Message::send_email_notifications()
    Send email notification to recipients on new thread or new message event.
set
in file _thread.class.php, method Thread::set()
    Set param value

t

$text
in file _message.class.php, variable Message::$text
$Thread
in file _message.class.php, variable Message::$Thread
    Thread lazy filled
$thread_ID
in file _message.class.php, variable Message::$thread_ID
$title
in file _thread.class.php, variable Thread::$title
Thread
in file _thread.class.php, method Thread::Thread()
    Constructor
Thread
in file _thread.class.php, class Thread
    Thread Class

u

$UNREAD
in file _message.class.php, variable Message::$UNREAD
user_avatar
in file _message_list.view.php, function user_avatar()
    Get user avatar
user_mailto
in file _contact_list.view.php, function user_mailto()
    Get user email
user_pm
in file _contact_list.view.php, function user_pm()
    Get user private message

Documentation generated on Sat, 06 Mar 2010 03:49:27 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).