Stud.IP
4.2 Revision
|
Public Member Functions | |
before_filter (&$action, &$args) | |
overview_action ($message_id=null) | |
sent_action ($message_id=null) | |
more_action () | |
read_action ($message_id) | |
write_action () | |
send_action () | |
tag_action ($message_id) | |
print_action ($message_id) | |
delete_action ($message_id) | |
upload_attachment_action () | |
delete_attachment_action () | |
preview_action () | |
delete_tag_action () | |
setupSidebar ($action) | |
![]() | |
before_filter (&$action, &$args) | |
perform ($unconsumed_path) | |
after_filter ($action, $args) | |
validate_args (&$args, $types=NULL) | |
url_for ($to='') | |
link_for ($to='') | |
relocate ($to) | |
rescue ($exception) | |
render_json ($data) | |
render_csv ($data, $filename=null, $delimiter=';', $enclosure='"') | |
relay ($to_uri) | |
perform_relayed ($unconsumed) | |
render_template_as_string ($template, $layout=null) | |
Protected Member Functions | |
delete_message ($message_id) | |
get_messages ($received=true, $limit=50, $offset=0, $tag=null, $search=null) | |
Protected Attributes | |
$number_of_displayed_messages = 50 | |
![]() | |
$with_session = true | |
$allow_nobody = false | |
![]() | |
$with_session = false | |
$allow_nobody = true | |
message.php - Message controller
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
before_filter | ( | & | $action, |
& | $args | ||
) |
delete_action | ( | $message_id | ) |
delete_attachment_action | ( | ) |
|
protected |
delete_tag_action | ( | ) |
|
protected |
more_action | ( | ) |
overview_action | ( | $message_id = null | ) |
preview_action | ( | ) |
print_action | ( | $message_id | ) |
read_action | ( | $message_id | ) |
send_action | ( | ) |
Sends a message and redirects the user.
sent_action | ( | $message_id = null | ) |
setupSidebar | ( | $action | ) |
tag_action | ( | $message_id | ) |
upload_attachment_action | ( | ) |
write_action | ( | ) |
Lets the user compose a message and send it.
|
protected |