Go to the source code of this file.
Namespaces | |
| namespace | CLGRP |
Variables | |
| $tlabelReq = 'CLGRP' | |
| if(!claro_is_allowed_to_edit()) | $nameTools = get_lang("Groups settings") |
| $_groupProperties = claro_get_main_group_properties(claro_get_current_course_id()) | |
| $_SESSION ['_groupProperties'] = & $_groupProperties | |
| $registrationAllowedInGroup = $_groupProperties ['registrationAllowed'] | |
| $groupPrivate = $_groupProperties ['private'] | |
| if(get_conf('multiGroupAllowed')) | $groupToolList = get_group_tool_list() |
| $out = '' | |
| $_groupProperties = claro_get_main_group_properties(claro_get_current_course_id()) |
Definition at line 37 of file group_properties.php.
| $_SESSION['_groupProperties'] = & $_groupProperties |
Definition at line 41 of file group_properties.php.
| $groupPrivate = $_groupProperties ['private'] |
Definition at line 44 of file group_properties.php.
| if (get_conf('multiGroupAllowed')) $groupToolList = get_group_tool_list() |
Definition at line 62 of file group_properties.php.
| if (!claro_is_allowed_to_edit()) $nameTools = get_lang("Groups settings") |
Definition at line 34 of file group_properties.php.
| foreach ($groupToolList as $groupTool) $out = '' |
Definition at line 64 of file group_properties.php.
| $registrationAllowedInGroup = $_groupProperties ['registrationAllowed'] |
Definition at line 43 of file group_properties.php.
| $tlabelReq = 'CLGRP' |
Definition at line 18 of file group_properties.php.
1.6.3