Method Summary
-
boolean
initialize(, , )
Initializes this sfRequest.
-
shutdown()
Executes the shutdown procedure.
Methods inherited from sfRequest
& , getAttribute , getAttributeHolder , getContext , getError , getErrorNames , getErrors , getMethod , getParameter , getParameterHolder , hasAttribute , hasError , hasErrors , hasParameter , initialize , newInstance , setAttribute , setError , setErrors , setMethod , setParameter , shutdown , __call
Method Details
-
(boolean) initialize (, , )
Browse code
Initializes this sfRequest.
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this Request
-
Executes the shutdown procedure.
|