Go to the source code of this file.
Namespaces | |
| namespace | internal_messaging |
Variables | |
| $claroline = Claroline::getInstance() | |
| if(!claro_is_user_authenticated()) if(!claro_is_in_a_course()||(!claro_is_course_manager()&&!claro_is_platform_admin())) | $displayForm = FALSE |
| $content = "" | |
| $from = (isset($_REQUEST['from'])) ? get_module_entry_url(strtoupper($_REQUEST['from'])) : $_SERVER['PHP_SELF'] | |
| $acceptedCmdList = array('exSendMessage') | |
| $acceptedCmdList = array('exSendMessage') |
Definition at line 48 of file messagescourse.php.
| $claroline = Claroline::getInstance() |
Definition at line 30 of file messagescourse.php.
| $content = "" |
Definition at line 45 of file messagescourse.php.
| if (!claro_is_user_authenticated()) if (!claro_is_in_a_course()||(!claro_is_course_manager()&&!claro_is_platform_admin())) $displayForm = FALSE |
Definition at line 44 of file messagescourse.php.
| $from = (isset($_REQUEST['from'])) ? get_module_entry_url(strtoupper($_REQUEST['from'])) : $_SERVER['PHP_SELF'] |
Definition at line 46 of file messagescourse.php.
1.6.3