sfActions executes all the logic for the current request.
Method Summary
-
string
execute()
Dispatches to the action defined by the 'action' parameter of the
sfRequest object.
Methods inherited from sfAction
forward404Unless , setLayout , getCredential , postExecute , isSecure , getSecurityConfiguration , setViewClass , renderText , getTemplate , initialize , forward404 , redirectUnless , preExecute , forward , redirect404 , validate , setTemplate , redirect , getLayout , forward404If , redirectIf , forwardUnless , getRequestMethods , getDefaultView , handleError , forwardIf , setSecurityConfiguration
Methods inherited from sfComponent
__unset , getVar , hasFlash , __call , logMessage , getRequestParameter , setFlash , getPresentationFor , execute , getFlash , getModuleName , __set , initialize , getResponse , setVar , hasRequestParameter , debugMessage , getContext , __isset , getUser , __get , getActionName , getLogger , sendEmail , getRequest , getVarHolder , getController
Method Details
-
(string) execute ()
Dispatches to the action defined by the 'action' parameter of the
sfRequest object.
This method try to execute the executeXXX() method of the current object where XXX is the defined action name.
returns A string containing the view name associated with this action
throws sfInitializationException
|