PHP 클래스 PHPFusion\PrivateMessages

파일 보기 프로젝트 열기: php-fusion/PHP-Fusion 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

display_inbox() 공개 메소드

public display_inbox ( )

display_settings() 공개 메소드

PM settings page
public display_settings ( )

getInfo() 공개 메소드

public getInfo ( ) : array
리턴 array

get_pm_settings() 공개 정적인 메소드

public static get_pm_settings ( $user_id, $key = NULL )

pm_form() 공개 메소드

Private message forms pm_form (Short form) pm_mainForm (Full composing environment)
public pm_form ( )

pm_mainForm() 공개 메소드

New message form
public pm_mainForm ( )

send_pm() 공개 정적인 메소드

public static send_pm ( $to, $from, $subject, $message, $smileys = 'y', $to_group = FALSE, $save_sent = TRUE )

validate_user() 공개 메소드

public validate_user ( $user_id )