| 
|   | before_filter (&$action, &$args) | 
|   | 
|   | index_action ($page=0) | 
|   | 
|   | display_action (CronjobSchedule $schedule) | 
|   | 
|   | filter_action () | 
|   | 
|   | edit_action (CronjobSchedule $schedule=null, $page=0) | 
|   | 
|   | activate_action (CronjobSchedule $schedule, $page=0) | 
|   | 
|   | deactivate_action (CronjobSchedule $schedule, $page=0) | 
|   | 
|   | cancel_action (CronjobSchedule $schedule, $page=0) | 
|   | 
|   | bulk_action ($page=0) | 
|   | 
|   | 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) | 
|   | 
◆ activate_action()
Activates a schedule.
- Parameters
 - 
  
    | CronjobSchedule | $schedule | Schedule to activate  | 
    | int | $page | Return to this page after activating (optional)  | 
  
   
 
 
◆ before_filter()
      
        
          | before_filter  | 
          ( | 
          &  | 
          $action,  | 
        
        
           | 
           | 
          &  | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Set up this controller.
- Parameters
 - 
  
    | String | $action | Name of the action to be invoked  | 
    | Array | $args | Arguments to be passed to the action method  | 
  
   
Reimplemented from StudipController.
 
 
◆ bulk_action()
Performs a bulk operation on a set of schedules. Operation can be either activating, deactivating or canceling/deleting.
- Parameters
 - 
  
    | int | $page | Return to this page afterwarsd (optional)  | 
  
   
 
 
◆ cancel_action()
Cancels/deletes a schedule.
- Parameters
 - 
  
    | CronjobSchedule | $schedule | Schedule to cancel  | 
    | int | $page | Return to this page after canceling (optional)  | 
  
   
 
 
◆ deactivate_action()
Deactivates a schedule.
- Parameters
 - 
  
    | CronjobSchedule | $schedule | Schedule to deactivate  | 
    | int | $page | Return to this page after deactivating (optional)  | 
  
   
 
 
◆ display_action()
Displays a schedule.
- Parameters
 - 
  
  
 
 
 
◆ edit_action()
Edits a schedule.
- Parameters
 - 
  
    | String | $id | Id of the schedule in question (null to create)  | 
    | int | $page | Return to this page after editing (optional)  | 
  
   
 
 
◆ filter_action()
Sets the filters for the schedule view. Filters are stored in the session. 
 
 
◆ index_action()
      
        
          | index_action  | 
          ( | 
            | 
          $page = 0 | ) | 
           | 
        
      
 
Displays all available schedules according to the set filters.
- Parameters
 - 
  
    | int | $page | Which page to display  | 
  
   
 
 
◆ $_autobind
The documentation for this class was generated from the following file: