static
void
newInstance
( $class)
void
actionExists
( $moduleName, $actionName)
void
componentExists
( $moduleName, $componentName)
-
$moduleName
-
$componentName
void
controllerExists
( $moduleName, $controllerName, $extension, $throwExceptions)
-
$moduleName
-
$controllerName
-
$extension
-
$throwExceptions
void
forward
( $moduleName, $actionName)
void
getAction
( $moduleName, $actionName)
void
getComponent
( $moduleName, $componentName)
-
$moduleName
-
$componentName
void
getController
( $moduleName, $controllerName, $extension)
-
$moduleName
-
$controllerName
-
$extension
void
getPresentationFor
( $module, $action, [ $viewName = null])
-
$module
-
$action
-
$viewName
void
getView
( $moduleName, $actionName, $viewName)
-
$moduleName
-
$actionName
-
$viewName
void
initialize
( $context)
void
loadFilters
( $filterChain, $actionInstance)
-
$filterChain
-
$actionInstance
void
sendEmail
( $module, $action)
void
setRenderMode
( $mode)
void
__call
( $method, $arguments)