◆ before_filter()
      
        
          | before_filter  | 
          ( | 
          &  | 
          $action,  | 
        
        
           | 
           | 
          &  | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Common before filter for all actions.
- Parameters
 - 
  
    | String | $action | Called actions  | 
    | Array | $args | Passed arguments  | 
  
   
Reimplemented from StudipController.
 
 
◆ configuration_action()
      
        
          | configuration_action  | 
          ( | 
            | 
          $open_section = null | ) | 
           | 
        
      
 
Maintenance view for the configuration parameters
- Parameters
 - 
  
    | mixed | $section | Open section  | 
  
   
 
 
◆ course_configuration_action()
      
        
          | course_configuration_action  | 
          ( | 
            | 
          $give_all = null | ) | 
           | 
        
      
 
Show all parameters for a course or show the system course parameters
- Parameters
 - 
  
  
 
 
 
◆ edit_configuration_action()
      
        
          | edit_configuration_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Editview: Edit the configuration parameters: value, comment, section 
 
 
◆ edit_course_config_action()
      
        
          | edit_course_config_action  | 
          ( | 
            | 
          $range_id | ) | 
           | 
        
      
 
Change course parameter for one course (value)
- Parameters
 - 
  
  
 
 
 
◆ edit_user_config_action()
      
        
          | edit_user_config_action  | 
          ( | 
            | 
          $user_id | ) | 
           | 
        
      
 
Editview: Change user-parameter for one user (value)
- Parameters
 - 
  
  
 
 
 
◆ setupSidebar()
  
  
      
        
          | setupSidebar  | 
          ( | 
            | 
          $range_type | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets up the sidebar
- Parameters
 - 
  
    | bool | $range_type | Determine the sidebar search type  | 
  
   
 
 
◆ user_configuration_action()
      
        
          | user_configuration_action  | 
          ( | 
            | 
          $give_all = null | ) | 
           | 
        
      
 
Userview: Show all user-parameter for a user or show the system user-parameter
- Parameters
 - 
  
  
 
 
 
◆ validateInput()
  
  
      
        
          | validateInput  | 
          ( | 
            | 
          $field,  | 
         
        
           | 
           | 
          &  | 
          $value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
Validates given input
- Parameters
 - 
  
    | String | $field | Config field to validate  | 
    | String | $value | Value that has been input  | 
  
   
- Returns
 - boolean indicating whether the value is valid 
 
 
 
The documentation for this class was generated from the following file: