sfExecutionFilter is the last filter registered for each filter chain. This
Method Details
-
Executes this filter.
throws sfInitializeException If an error occurs during view initialization.
-
(string) executeAction ()
Browse code
Executes the execute method of an action.
returns The view type
-
(string) executeView (, , , )
Browse code
Executes and renders the view.
The behavior of this method depends on the controller render mode: - sfView::NONE: Nothing happens.
- sfView::RENDER_CLIENT: View data populates the response content.
- sfView::RENDER_DATA: View data populates the data presentation variable.
returns The view data
-
-
(string) handleErrorAction ()
Browse code
Executes the handleError method of an action.
returns The view type
-
Handles the view.
-
registerFillInFilter (, )
Browse code
Registers the fill in filter in the filter chain.
-
(boolean) validateAction ()
Browse code
Validates an sfAction instance.
returns True if the action is validated, false otherwise
|