| 
|   | view_action ($course_id=null) | 
|   | 
|   | set_action ($course_id) | 
|   | 
|   | add_member_action ($course_id, $status='dozent') | 
|   | 
|   | deletedozent_action ($course_id, $dozent) | 
|   | 
|   | deletedeputy_action ($course_id, $deputy) | 
|   | 
|   | deletetutor_action ($course_id, $tutor) | 
|   | 
|   | priorityupfor_action ($course_id, $user_id, $status="dozent") | 
|   | 
|   | prioritydownfor_action ($course_id, $user_id, $status="dozent") | 
|   | 
|   | switchdeputy_action ($course_id, $newstatus) | 
|   | 
|   | before_filter (&$action, &$args) | 
|   | 
|   | perform ($unconsumed_path) | 
|   | 
|   | after_filter ($action, $args) | 
|   | 
|   | validate_args (&$args, $types=null) | 
|   | 
|   | url_for ($to='') | 
|   | 
|   | link_for ($to='') | 
|   | 
|   | relocate ($to) | 
|   | 
|   | rescue ($exception) | 
|   | 
|   | render_json ($data) | 
|   | 
|   | render_csv ($data, $filename=null, $delimiter=';', $enclosure='"')  | 
|   | 
|   | relay ($to_uri) | 
|   | 
|   | perform_relayed ($unconsumed) | 
|   | 
|   | render_template_as_string ($template, $layout=null) | 
|   | 
|   | __call ($method, $arguments) | 
|   | 
|   | has_action ($action) | 
|   | 
|   | action_url ($action) | 
|   | 
|   | action_link ($action) | 
|   | 
◆ add_member_action()
      
        
          | add_member_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $status = 'dozent'  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ deletedeputy_action()
      
        
          | deletedeputy_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $deputy  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Löscht einen Stellvertreter. Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
 - 
  
  
 
 
 
◆ deletedozent_action()
      
        
          | deletedozent_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $dozent  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Löscht einen Dozenten (bis auf den letzten Dozenten) Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
 - 
  
  
 
 
 
◆ deletetutor_action()
      
        
          | deletetutor_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $tutor  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Löscht einen Tutor Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
 - 
  
  
 
 
 
◆ prioritydownfor_action()
      
        
          | prioritydownfor_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $user_id,  | 
        
        
           | 
           | 
            | 
          $status = "dozent"  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Falls eine Person in der >>Reihenfolge<< runtergestuft werden soll. Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
 - 
  
    | md5 | $user_id |  | 
    | string | $status |  | 
  
   
 
 
◆ priorityupfor_action()
      
        
          | priorityupfor_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $user_id,  | 
        
        
           | 
           | 
            | 
          $status = "dozent"  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Falls eine Person in der >>Reihenfolge<< hochgestuft werden soll. Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
 - 
  
    | md5 | $user_id |  | 
    | string | $status |  | 
  
   
 
 
◆ set_action()
Ãndert alle Grunddaten der Veranstaltung (bis auf Personal) und leitet danach weiter auf View. 
 
 
◆ switchdeputy_action()
      
        
          | switchdeputy_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $newstatus  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ view_action()
      
        
          | view_action  | 
          ( | 
            | 
          $course_id = null | ) | 
           | 
        
      
 
Zeigt die Grunddaten an. Man beachte, dass eventuell zuvor eine andere Action wie Set ausgeführt wurde, von der hierher weitergeleitet worden ist. Wichtige Daten dazu wurden dann über $this->flash übertragen.
- Parameters
 - 
  
  
 
 
 
◆ $msg
The documentation for this class was generated from the following file: