| 
|   | before_filter (&$action, &$args) | 
|   | 
|   | parent_action () | 
|   | 
|   | children_action () | 
|   | 
|   | members_action () | 
|   | 
|   | child_course_members_action ($course_id) | 
|   | 
|   | parent_only_members_action () | 
|   | 
|   | action_action () | 
|   | 
|   | move_members_target_action ($source_id, $user_id='') | 
|   | 
|   | move_members_action ($source_id) | 
|   | 
|   | remove_members_action ($course_id, $user_id=null) | 
|   | 
|   | find_members_to_add_action () | 
|   | 
|   | assign_parent_action () | 
|   | 
|   | unassign_parent_action () | 
|   | 
|   | assign_child_action () | 
|   | 
|   | unassign_child_action ($id) | 
|   | 
|   | create_children_action () | 
|   | 
|   | add_members_action () | 
|   | 
|   | 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) | 
|   | 
◆ action_action()
Batch actions, like message sending, moving or removing for several members at once. 
 
 
◆ add_members_action()
Add selected members to given courses with the given permission level. 
 
 
◆ assign_child_action()
Assign a (new) child to the current course. 
 
 
◆ assign_parent_action()
Assign a (new) parent to the current course. 
 
 
◆ before_filter()
      
        
          | before_filter  | 
          ( | 
          &  | 
          $action,  | 
        
        
           | 
           | 
          &  | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ child_course_members_action()
      
        
          | child_course_members_action  | 
          ( | 
            | 
          $course_id | ) | 
           | 
        
      
 
Shows members of given child course. 
- Parameters
 - 
  
  
 
 
 
◆ children_action()
This course can be a parent with one or more children. 
 
 
◆ create_children_action()
      
        
          | create_children_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Batch creation of several subcourses at once. 
 
 
◆ find_members_to_add_action()
      
        
          | find_members_to_add_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Select people to add to the given courses. 
 
 
◆ members_action()
Show a list of all members, grouped by child course. 
 
 
◆ move_members_action()
      
        
          | move_members_action  | 
          ( | 
            | 
          $source_id | ) | 
           | 
        
      
 
Move members to another cours 
- Parameters
 - 
  
    | string | $source_id | The course to move members from.  | 
  
   
 
 
◆ move_members_target_action()
      
        
          | move_members_target_action  | 
          ( | 
            | 
          $source_id,  | 
        
        
           | 
           | 
            | 
          $user_id = ''  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Select a course to move selected persons to. 
- Parameters
 - 
  
    | string | $source_id | id of source course  | 
    | string | $user_id | optional id of single user to move  | 
  
   
 
 
◆ parent_action()
This course belongs to a parent or can be assigned to one. 
 
 
◆ parent_only_members_action()
      
        
          | parent_only_members_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Collect users which are only in parent course and not in any child. 
 
 
◆ remove_members_action()
      
        
          | remove_members_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $user_id = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Removes selected members from given course. 
- Parameters
 - 
  
    | string | $course_id | the course to remove members from  | 
  
   
 
 
◆ unassign_child_action()
      
        
          | unassign_child_action  | 
          ( | 
            | 
          $id | ) | 
           | 
        
      
 
Remove the given child. 
- Parameters
 - 
  
    | String | $id | The course ID to remove as child.  | 
  
   
 
 
◆ unassign_parent_action()
      
        
          | unassign_parent_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Remove this courses' current parent. 
 
 
The documentation for this class was generated from the following file: