API Tags:
Information Tags:
mixed runAction(
string
$action, Request
$request
)
|
|
Finds the action named "do_$action" and runs it with the $request object.
Returns the return value of the action. Throws an ActionNotFoundException if the action could not be found.
Parameters:
API Tags:
Information Tags:
| Throws: | ActionNotFoundException |
| Since: | 0.1 |
void setRequest(
Request
$request
)
|
|
Parameters:
API Tags:
Information Tags: