| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilMDUtilSelect:
 Collaboration diagram for ilMDUtilSelect:| Public Member Functions | |
| _getLanguageSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta data language selector. | |
| _getStructureSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta general structure selector. | |
| _getStatusSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta lifecycle status selector. | |
| _getRoleSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta lifecycle status selector. | |
| _getOperatingSystemSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta technical os selector. | |
| _getBrowserSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta technical browser selector. | |
| _getFormatSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta technical format selector All possible entries in meta_format are shown. | |
| _getDurationSelect ($a_selected, $a_name, $prepend=array()) | |
| Prepare a meta technical duration selector All possible entries in meta_format are shown. | |
| _getInteractivityTypeSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta educational interactivity type All possible entries in meta_format are shown. | |
| _getLearningResourceTypeSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta educational learning resource type All possible entries in meta_format are shown. | |
| _getInteractivityLevelSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta educational interactivity level All possible entries in meta_format are shown. | |
| _getSemanticDensitySelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta educational semantic density All possible entries in meta_format are shown. | |
| _getIntendedEndUserRoleSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta educational intended end user role All possible entries in meta_format are shown. | |
| _getContextSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta context. | |
| _getLocationTypeSelect ($a_selected, $a_name, $prepend=array()) | |
| Prepare a meta location type. | |
| _getDifficultySelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta educational difficulty All possible entries in meta_format are shown. | |
| _getTypicalAgeRangeSelect ($a_selected, $a_name, $prepend=array()) | |
| Prepare a meta educational typical age range All possible entries in meta_format are shown. | |
| _getTypicalLearningTimeSelect ($a_selected, $a_name, $prepend=array()) | |
| Prepare a meta educational typical learning time All possible entries in meta_format are shown. | |
| _getCostsSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta rights costs All possible entries in meta_format are shown. | |
| _getCopyrightAndOtherRestrictionsSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta rights copyright and other restrictions All possible entries in meta_format are shown. | |
| _getPurposeSelect ($a_selected, $a_name, $prepend=array(), $a_options_only=false) | |
| Prepare a meta rights copyright and other restrictions All possible entries in meta_format are shown. | |
Definition at line 32 of file class.ilMDUtilSelect.php.
| ilMDUtilSelect::_getBrowserSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta technical browser selector.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 204 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), and ilMDEditorGUI\listTechnical().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getContextSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta context.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 471 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getCopyrightAndOtherRestrictionsSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta rights copyright and other restrictions All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 657 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getCostsSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta rights costs All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 625 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getDifficultySelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta educational difficulty All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 531 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), and ilLuceneAdvancedSearchFields\parseFieldQuery().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getDurationSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array() | |||
| ) | 
Prepare a meta technical duration selector All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 278 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMDUtilSelect::_getFormatSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta technical format selector All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 236 of file class.ilMDUtilSelect.php.
References $ilDB, $lng, $query, $res, $row, DB_FETCHMODE_OBJECT, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getIntendedEndUserRoleSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta educational intended end user role All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 440 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getInteractivityLevelSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta educational interactivity level All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 377 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), and ilLuceneAdvancedSearchFields\parseFieldQuery().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getInteractivityTypeSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta educational interactivity type All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 313 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getLanguageSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta data language selector.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 44 of file class.ilMDUtilSelect.php.
References $lng, ilMDLanguageItem\_getPossibleLanguageCodes(), and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getLearningResourceTypeSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta educational learning resource type All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 345 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getLocationTypeSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array() | |||
| ) | 
Prepare a meta location type.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 503 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilMDEditorGUI\listTechnical().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getOperatingSystemSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta technical os selector.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 173 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), and ilMDEditorGUI\listTechnical().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getPurposeSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta rights copyright and other restrictions All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 689 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getRoleSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta lifecycle status selector.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 140 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), ilMDEditorGUI\listLifecycle(), and ilMDEditorGUI\listMetaMetaData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getSemanticDensitySelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta educational semantic density All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 408 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), and ilLuceneAdvancedSearchFields\parseFieldQuery().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getStatusSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta lifecycle status selector.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 109 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement(), ilMDEditorGUI\listLifecycle(), and ilMDEditorGUI\listQuickEdit_scorm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getStructureSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array(), | |||
| $a_options_only = false | |||
| ) | 
Prepare a meta general structure selector.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 78 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
Referenced by ilLuceneAdvancedSearchFields\getFormElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDUtilSelect::_getTypicalAgeRangeSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array() | |||
| ) | 
Prepare a meta educational typical age range All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 562 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMDUtilSelect::_getTypicalLearningTimeSelect | ( | $a_selected, | |
| $a_name, | |||
| $prepend = array() | |||
| ) | 
Prepare a meta educational typical learning time All possible entries in meta_format are shown.
| string | Checked item | 
| string | Name of form variable. | 
| array | array(value => 'string') of first item. E.g: array(0,'-Please select-') | 
Definition at line 591 of file class.ilMDUtilSelect.php.
References $lng, and formSelect().
 Here is the call graph for this function:
 Here is the call graph for this function: