메소드 | 설명 | |
---|---|---|
display_inbox ( ) | ||
display_settings ( ) | PM settings page | |
getInfo ( ) : array | ||
get_pm_settings ( $user_id, $key = NULL ) | ||
pm_form ( ) | Private message forms pm_form (Short form) pm_mainForm (Full composing environment) | |
pm_mainForm ( ) | New message form | |
send_pm ( $to, $from, $subject, $message, $smileys = 'y', $to_group = FALSE, $save_sent = TRUE ) | ||
validate_user ( $user_id ) |
메소드 | 설명 | |
---|---|---|
archive_pm ( ) | Actions : archive Require - $_POST selectedPM, delete_pm SQL archive action | |
delete_pm ( ) | Actions: delete Require - $_POST selectedPM, delete_pm SQL delete message pm | |
mark_pm ( ) | Actions : marking Require - $_POST selectedPM, mark SQL mark all, mark single (read or unread) | |
send_message ( ) | Reply and send SQL send pm | |
setInbox ( ) | ||
unarchive_pm ( ) | Add send to group using recursive statement. |
public pm_form ( ) |
public static send_pm ( $to, $from, $subject, $message, $smileys = 'y', $to_group = FALSE, $save_sent = TRUE ) |