symfony API

sfActionStackEntry Class

« Back to API menu

action

addon

cache

config

controller

countable

database

debug

exception

filter

generator

helper

i18n

log

request

response

storage

test

user

util

validator

view

You are currently browsing the symfony documentation for the 1.0 version. Switch to:

sfActionStackEntry represents information relating to a single sfAction request during a single HTTP request.

Method Summary

  • __construct($moduleName, $actionName, (sfAction) $actionInstance)
    Class constructor.
  • setViewInstance((sfView) $viewInstance)
    Sets this entry's view instance.
  • string getModuleName()
    Retrieves this entry's module name.
  • string& getPresentation()
    Retrieves this entry's rendered view presentation.
  • getActionInstance()
    Retrieves this entry's action instance.
  • getViewInstance()
    Retrieves this entry's view instance.
  • setPresentation([[[amp]]]$presentation)
    Sets the rendered presentation for this action.
  • string getActionName()
    Retrieves this entry's action name.

Method Details

  • __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