You are currently browsingthe website for symfony 1
Visit the Symfony2 website
« 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
Sets the rendered presentation for this action.
Class constructor.