| 
|   | GetInstance ($range_id, $module_name, $config_id='') | 
|   | 
|   | ExternConfig ($range_id, $module_name, $config_id='') | 
|   | 
|   | getName () | 
|   | 
|   | getConfigName () | 
|   | 
|   | getType () | 
|   | 
|   | getTypeName () | 
|   | 
| &  | getConfiguration () | 
|   | 
|   | setConfiguration ($config) | 
|   | 
|   | setDefaultConfiguration ($config) | 
|   | 
|   | getParameterNames () | 
|   | 
|   | getAllParameterNames () | 
|   | 
|   | getValue ($element_name, $attribute) | 
|   | 
|   | setValue ($element_name, $attribute, $value) | 
|   | 
|   | getAttributes ($element_name, $tag, $second_set=FALSE) | 
|   | 
|   | getTag ($element_name, $tag, $second_set=FALSE) | 
|   | 
|   | restore ($module, $element_name='', $values='') | 
|   | 
|   | store () | 
|   | 
|   | parse () | 
|   | 
|   | makeId () | 
|   | 
|   | getId () | 
|   | 
|   | createConfigName ($range_id) | 
|   | 
|   | setGlobalConfig ($global_config, $registered_elements) | 
|   | 
|   | insertConfiguration () | 
|   | 
|   | deleteConfiguration () | 
|   | 
|   | copy ($range_id) | 
|   | 
|   | GetAllConfigurations ($range_id, $type=NULL) | 
|   | 
|   | GetConfigurationMetaData ($range_id, $config_id) | 
|   | 
|   | ExistConfiguration ($range_id, $config_id) | 
|   | 
|   | SetStandardConfiguration ($range_id, $config_id) | 
|   | 
|   | DeleteAllConfigurations ($range_id) | 
|   | 
|   | GetInfo ($range_id, $config_id) | 
|   | 
|   | GetGlobalConfiguration ($range_id) | 
|   | 
|   | ChangeName ($range_id, $module_type, $config_id, $old_name, $new_name) | 
|   | 
|   | GetConfigurationByName ($range_id, $module_type, $name) | 
|   | 
|   | GetStandardConfiguration ($range_id, $type) | 
|   | 
|   | GetInstitutesWithConfigurations ($check_view=null) | 
|   | 
◆ ChangeName()
      
        
          | ChangeName  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $module_type,  | 
        
        
           | 
           | 
            | 
          $config_id,  | 
        
        
           | 
           | 
            | 
          $old_name,  | 
        
        
           | 
           | 
            | 
          $new_name  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ copy()
◆ createConfigName()
      
        
          | createConfigName  | 
          ( | 
            | 
          $range_id | ) | 
           | 
        
      
 
 
◆ DeleteAllConfigurations()
      
        
          | DeleteAllConfigurations  | 
          ( | 
            | 
          $range_id | ) | 
           | 
        
      
 
 
◆ deleteConfiguration()
◆ ExistConfiguration()
      
        
          | ExistConfiguration  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $config_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ExternConfig()
◆ GetAllConfigurations()
      
        
          | GetAllConfigurations  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $type = NULL  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Returns an array of meta data for all configurations of an institute
@access public 
- Parameters
 - 
  
    | string | $range_id |  | 
    | string | $type | optional parameter to check the right type of the range_id (the right type of "Einrichtung" sem or fak) | 
  
   
- Returns
 - array ("name" the name of the configuration, "id" the config_id, "is_default" TRUE if it is the default configuration) 
 
 
 
◆ getAllParameterNames()
◆ getAttributes()
      
        
          | getAttributes  | 
          ( | 
            | 
          $element_name,  | 
        
        
           | 
           | 
            | 
          $tag,  | 
        
        
           | 
           | 
            | 
          $second_set = FALSE  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getConfigName()
◆ getConfiguration()
◆ GetConfigurationByName()
      
        
          | GetConfigurationByName  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $module_type,  | 
        
        
           | 
           | 
            | 
          $name  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetConfigurationMetaData()
      
        
          | GetConfigurationMetaData  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $config_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetGlobalConfiguration()
      
        
          | GetGlobalConfiguration  | 
          ( | 
            | 
          $range_id | ) | 
           | 
        
      
 
 
◆ getId()
◆ GetInfo()
      
        
          | GetInfo  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $config_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetInstance()
      
        
          | GetInstance  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $module_name,  | 
        
        
           | 
           | 
            | 
          $config_id = ''  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetInstitutesWithConfigurations()
      
        
          | GetInstitutesWithConfigurations  | 
          ( | 
            | 
          $check_view = null | ) | 
           | 
        
      
 
 
◆ getName()
◆ getParameterNames()
◆ GetStandardConfiguration()
      
        
          | GetStandardConfiguration  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $type  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getTag()
      
        
          | getTag  | 
          ( | 
            | 
          $element_name,  | 
        
        
           | 
           | 
            | 
          $tag,  | 
        
        
           | 
           | 
            | 
          $second_set = FALSE  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getType()
◆ getTypeName()
◆ getValue()
      
        
          | getValue  | 
          ( | 
            | 
          $element_name,  | 
        
        
           | 
           | 
            | 
          $attribute  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ insertConfiguration()
◆ makeId()
◆ parse()
◆ restore()
      
        
          | restore  | 
          ( | 
            | 
          $module,  | 
        
        
           | 
           | 
            | 
          $element_name = '',  | 
        
        
           | 
           | 
            | 
          $values = ''  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Restores a configuration with all registered elements and their attributes. The restored configuration contains only the attributes of the current registered elements.
@access public 
- Parameters
 - 
  
    | object | $module | The module whose configuration will be restored  | 
    | string | $element_name | The name of the element  | 
    | string[] | $values | These values overwrites the values in current configuration  | 
  
   
 
 
◆ setConfiguration()
      
        
          | setConfiguration  | 
          ( | 
            | 
          $config | ) | 
           | 
        
      
 
 
◆ setDefaultConfiguration()
      
        
          | setDefaultConfiguration  | 
          ( | 
            | 
          $config | ) | 
           | 
        
      
 
 
◆ setGlobalConfig()
      
        
          | setGlobalConfig  | 
          ( | 
            | 
          $global_config,  | 
        
        
           | 
           | 
            | 
          $registered_elements  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ SetStandardConfiguration()
      
        
          | SetStandardConfiguration  | 
          ( | 
            | 
          $range_id,  | 
        
        
           | 
           | 
            | 
          $config_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setValue()
      
        
          | setValue  | 
          ( | 
            | 
          $element_name,  | 
        
        
           | 
           | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ store()
◆ updateConfiguration()
◆ $config
◆ $config_name
◆ $global_id
◆ $id
◆ $module_name
◆ $module_type
◆ $range_id
The documentation for this class was generated from the following file: