Go to the source code of this file.
Namespaces | |
| namespace | COURSE |
Enumerations | |
| enum | DISP_COURSE_CREATION_FORM |
| enum | DISP_COURSE_CREATION_SUCCEED |
| enum | DISP_COURSE_CREATION_FAILED |
| enum | DISP_COURSE_CREATION_PROGRESS |
Variables | |
| $display = DISP_COURSE_CREATION_FORM | |
| $dialogBox = new DialogBox() | |
| $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : null | |
| $adminContext = isset($_REQUEST['adminContext']) ? (bool) $_REQUEST['adminContext'] : null | |
| $thisUser = claro_get_current_user_data() | |
| $course = new ClaroCourse($thisUser['firstName'], $thisUser['lastName'], $thisUser['mail']) | |
| $out = claro_html_tool_title(get_lang('Create a course website')) | |
Definition at line 54 of file create.php.
Definition at line 52 of file create.php.
Definition at line 55 of file create.php.
Definition at line 53 of file create.php.
| $adminContext = isset($_REQUEST['adminContext']) ? (bool) $_REQUEST['adminContext'] : null |
Definition at line 62 of file create.php.
Definition at line 61 of file create.php.
| $course = new ClaroCourse($thisUser['firstName'], $thisUser['lastName'], $thisUser['mail']) |
Definition at line 66 of file create.php.
| $dialogBox = new DialogBox() |
Definition at line 59 of file create.php.
| $display = DISP_COURSE_CREATION_FORM |
Definition at line 57 of file create.php.
| $out = claro_html_tool_title(get_lang('Create a course website')) |
Definition at line 164 of file create.php.
| $thisUser = claro_get_current_user_data() |
Definition at line 65 of file create.php.
1.6.3