Declaration:
<? public static void process(Action $action) throws AccessDeniedException ?>
Declared in: ActionController Description: Execute a single Action. The Action's Action::onInit will be called, then its AccessController will be queried if the action can be executed, and, if allowed, its Action::process will be called. If the action cannot be executed in the current environment, then an AccessDeniedException will be thrown Parameters:
Throws:
|
|