symfony API

sfExecutionFilter 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:

sfExecutionFilter is the last filter registered for each filter chain. This filter does all action and view execution.

Inheritence

sfExecutionFilter  <  sfFilter

Method Summary

  • execute((sfFilterChain) $filterChain)
    Executes this filter.
  • registerFillInFilter((sfFilterChain) $filterChain, $parameters)
    Registers the fill in filter in the filter chain.

Methods inherited from sfFilter

isFirstCall , hasParameter , getParameter , initialize , getContext , getParameterHolder , setParameter

Method Details

  • execute ((sfFilterChain) $filterChain)

    $filterChain The filter chain

    Executes this filter.

    throws sfViewException If an error occurs while executing the view.

  • registerFillInFilter ((sfFilterChain) $filterChain, $parameters)

    $filterChain A sfFilterChain implementation instance
    $parameters An array of parameters to pass to the fill in filter.

    Registers the fill in filter in the filter chain.