« Back to API menu
sfActionStackEntry represents information relating to a single sfAction request during a single HTTP request.
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
Retrieves this entry's action instance.
returns An sfAction implementation instance
Retrieves this entry's action name.
returns An action name
Retrieves this entry's module name.
returns A module name
Retrieves this entry's view instance.
returns A sfView implementation instance.
Sets the rendered presentation for this action.
Sets this entry's view instance.
Class constructor.
> More