Lines Matching full:action
3 // this exampel shows how to handle an action, and render the results.
5 /** action() should return the name of the action that this handler
8 * this action is components.example
10 public function action() { return 'example'; } function in Components_Action_Example
13 * this action needs, e.g., 'AUTH_NONE', 'AUTH_READ', etc.
17 /** handle() method perform the action,
20 * If there should be no change in action name,
31 /** action() should return the name of the action that this handler
34 * this action is components.example
36 public function action() { return 'example'; } function in Components_Action_Renderer_Example
39 * renders the xhtml output of an action