| 
|   | before_filter (&$action, &$args) | 
|   | 
|   | index_action () | 
|   | 
|   | store_action () | 
|   | 
|   | before_filter (&$action, &$args) | 
|   | 
|   | url_for ($to='') | 
|   | 
|   | get_default_template ($action) | 
|   | 
|   | render_nothing ($text='') | 
|   | 
|   | shallChange ($field, $attribute=null, $value=null) | 
|   | 
|   | after_filter ($action, $args) | 
|   | 
|   | 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) | 
|   | 
◆ 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 Settings_SettingsController.
 
 
◆ index_action()
Displays the general settings of a user. 
 
 
◆ store_action()
Stores the general settings of a user. 
 
 
The documentation for this class was generated from the following file: