Go to the source code of this file.
Namespaces | |
| namespace | CLGRP |
Variables | |
| $conf_def ['config_code'] = 'CLGRP' | |
| $conf_def ['config_file'] = 'CLGRP.conf.php' | |
| $conf_def ['config_name'] = 'Groups permissions' | |
| $conf_def ['config_class'] = 'Groups' | |
| $conf_def ['section']['users']['label'] = 'Users' | |
| $conf_def ['section']['users']['description'] = 'Settings for users of group' | |
| $conf_def ['section']['users']['properties'] | |
| $conf_def ['section']['tutors']['label'] = 'Tutors' | |
| $conf_def ['section']['tutors']['description'] = 'Settings for tutors of group' | |
| $conf_def ['section']['tutors']['properties'] | |
| $conf_def_property_list ['multiGroupAllowed'] | |
| $conf_def_property_list ['tutorCanBeSimpleMemberOfOthersGroupsAsStudent'] | |
| $conf_def_property_list ['showTutorsInGroupList'] | |
| $conf_def['section']['tutors']['properties'] |
array ( 'tutorCanBeSimpleMemberOfOthersGroupsAsStudent' , 'showTutorsInGroupList' )
Definition at line 39 of file CLGRP.def.conf.inc.php.
| $conf_def['section']['tutors']['description'] = 'Settings for tutors of group' |
Definition at line 38 of file CLGRP.def.conf.inc.php.
| $conf_def['section']['tutors']['label'] = 'Tutors' |
Definition at line 37 of file CLGRP.def.conf.inc.php.
| $conf_def['section']['users']['properties'] |
array ( 'multiGroupAllowed'
)
Definition at line 32 of file CLGRP.def.conf.inc.php.
| $conf_def['section']['users']['description'] = 'Settings for users of group' |
Definition at line 31 of file CLGRP.def.conf.inc.php.
| $conf_def['section']['users']['label'] = 'Users' |
Definition at line 30 of file CLGRP.def.conf.inc.php.
| $conf_def['config_class'] = 'Groups' |
Definition at line 27 of file CLGRP.def.conf.inc.php.
| $conf_def['config_name'] = 'Groups permissions' |
Definition at line 26 of file CLGRP.def.conf.inc.php.
| $conf_def['config_file'] = 'CLGRP.conf.php' |
Definition at line 25 of file CLGRP.def.conf.inc.php.
| $conf_def['config_code'] = 'CLGRP' |
Definition at line 24 of file CLGRP.def.conf.inc.php.
| $conf_def_property_list['showTutorsInGroupList'] |
array ( 'description' => 'Not implemented, name reserved for future version of Claroline' , 'label' => 'Whether include tutors in the displayed member list' , 'default' => FALSE , 'type' => 'boolean' , 'acceptedValue' => array ('TRUE'=>'Yes' ,'FALSE'=>'No' ) , 'display' => FALSE , 'readonly' => TRUE )
Definition at line 68 of file CLGRP.def.conf.inc.php.
| $conf_def_property_list['tutorCanBeSimpleMemberOfOthersGroupsAsStudent'] |
array ( 'label' => 'Tutors can subscribe to a group as a simple member' , 'description' => 'A tutor attached to a group can subscribe himself to another group as a simple user.' , 'default' => FALSE , 'type' => 'boolean' , 'acceptedValue' => array ('TRUE'=>'Yes' ,'FALSE'=>'No' ) , 'display' => TRUE , 'readonly' => FALSE )
Definition at line 56 of file CLGRP.def.conf.inc.php.
| $conf_def_property_list['multiGroupAllowed'] |
array ( 'label' => 'Allow teachers to subscribe a user in several groups' , 'description' => '' , 'default' => TRUE , 'type' => 'boolean' , 'display' => TRUE , 'readonly' => FALSE , 'acceptedValue' => array ( 'TRUE'=>'Yes' , 'FALSE'=>'No') )
Definition at line 45 of file CLGRP.def.conf.inc.php.
1.6.3