symfony API

sfActionStackEntry Class

« Back to API menu

action

addon

autoload

cache

command

config

controller

creole

database

debug

exception

filter

form

generator

helper

i18n

log

plugin

propel

request

response

routing

storage

task

test

user

util

validator

view

widget

You are currently browsing the symfony documentation for the 1.1 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.
  • string getModuleName()
    Retrieves this entry's module name.
  • string& getPresentation()
    Retrieves this entry's rendered view presentation.
  • getActionInstance()
    Retrieves this entry's action instance.
  • setPresentation([[[amp]]]$presentation, $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.

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

  • setPresentation ([[[amp]]]$presentation, $presentation)

    $presentation A rendered presentation.

    Sets the rendered presentation for this action.

  • (string) getActionName ()

    Retrieves this entry's action name.

    returns An action name