-
(string) getContent ()
Browse code
Gets the current response content
returns Content
-
(sfContext) getContext ()
Browse code
Retrieves the current application context.
returns The application context
-
(mixed) getParameter (, , )
Browse code
Retrieves a parameter from the current response.
returns A parameter value
-
(sfParameterHolder) getParameterHolder ()
Browse code
Retrieves the parameters from the current response.
returns List of parameters
-
(boolean) hasParameter (, )
Browse code
Indicates whether or not a parameter exist for the current response.
returns true, if the parameter exists otherwise false
-
(boolean) initialize ()
Browse code
Initializes this sfResponse.
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this Response
-
(sfResponse) newInstance ()
Browse code
Retrieves a new sfResponse implementation instance.
returns A sfResponse implementation instance
throws sfFactoryException If a request implementation instance cannot be created
-
Outputs the response content
-
Sets the response content
-
Sets the context for the current response.
-
Sets a parameter for the current response.
-
Executes the shutdown procedure.
-
Overloads a given method.
returns User function callback
throws sfException If the calls fails