API documentation :: Docs For Class arbitController
Packages:Interfaces:
Classes:
|
Core::arbitControllerClass arbitControllerBase controller, which just throws a dedicated exception, when an unknown method (eg. Base controller, which just throws a dedicated exception, when an unknown method (eg. action) is called on the controller. ezcMvcController | --arbitControllerAuthor(s):
Descendants
Method Summary
MethodscreateActionMethodName
static string
createActionMethodName(
string
$action
)
Creates a method name to call from an action name. Creates a method name to call from an action name. Parameters:
createResult
ezcMvcResult|ezcMvcInternalRedirect
createResult(
)
Runs the controller to process the query and return variables usable to render the view. Runs the controller to process the query and return variables usable to render the view. Exceptions:
Redefined in descendants as:
setRequestVariables
void
setRequestVariables(
$request
)
Don't copy shit here. Don't copy shit here... Parameters:
__call
void
__call(
string
$action
,
$parameters
)
Wrapper for unknown actions Wrapper for unknown actions, which throws an exception instead of causing PHP to report a fatal error. Wrapper for unknown actions Wrapper for unknown actions, which throws an exception instead of causing PHP to report a fatal error. Parameters:
Redefined in descendants as:
Documentation generated on Mon, 05 Apr 2010 14:01:37 +0200 by phpDocumentor 1.4.3
|