-
__construct ($moduleName, $actionName, (sfAction) $actionInstance)
| $moduleName |
A module name |
| $actionName |
An action name |
| $actionInstance |
An sfAction implementation instance |
Class constructor.
-
setViewInstance ((sfView) $viewInstance)
| $viewInstance |
A sfView implementation instance. |
Sets this entry's view instance.
-
(string) getModuleName ()
Retrieves this entry's module name.
returns A module name
-
(string&) getPresentation ()
Retrieves this entry's rendered view presentation.
This will only exist if the view has processed and the render mode is set to sfView::RENDER_VAR.
returns Rendered view presentation
-
getActionInstance ()
Retrieves this entry's action instance.
returns An sfAction implementation instance
-
getViewInstance ()
Retrieves this entry's view instance.
returns A sfView implementation instance.
-
setPresentation ([[[amp]]]$presentation)
| [[[amp]]]$presentation |
A rendered presentation. |
Sets the rendered presentation for this action.
-
(string) getActionName ()
Retrieves this entry's action name.
returns An action name