symfony API

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

Inheritence

sfConsoleController  <  sfController

Method Summary

  • dispatch($moduleName, $actionName, $parameters = array())
    Dispatches a request.

Methods inherited from sfController

__call , componentExists , getAction , newInstance , getPresentationFor , getRenderMode , getComponent , initialize , getActionStack , getView , controllerExists , inCLI , forward , actionExists , getContext , setRenderMode , loadFilters , sendEmail , getController

Method Details

  • dispatch ($moduleName, $actionName, $parameters = array())

    $moduleName A module name
    $actionName An action name
    $parameters An associative array of parameters to be set

    Dispatches a request.