| 12345678910111213141516 |
- <?php
- $sloodleconfig = new SloodleObjectConfig();
- $sloodleconfig->primname = 'SLOODLE Presenter';
- $sloodleconfig->module = 'sloodle';
- $sloodleconfig->module_choice_message = 'selectpresenter';
- $sloodleconfig->module_no_choices_message = 'nopresenters';
- $sloodleconfig->module_filters = array( 'type' => SLOODLE_TYPE_PRESENTER);
- $sloodleconfig->group = 'communication';
- $sloodleconfig->collections= array('SLOODLE 2.0');
- $sloodleconfig->aliases = array('SLOODLE 1.1 Presenter');
- $sloodleconfig->field_sets = array(
- 'accesslevel' => array(
- 'sloodleobjectaccesslevelctrl' => $sloodleconfig->access_level_object_control_option()
- ),
- );
- ?>
|