Class ActionController
Base class for action controllers.
- ICanBoogie\Object
- ICanBoogie\Routing\Controller
- ICanBoogie\Routing\ActionController
Methods summary
protected
string
|
|
public
ICanBoogie\HTTP\Response|mixed
|
|
protected
callable
|
Methods inherited from ICanBoogie\Routing\Controller
__invoke()
,
forward_to()
,
forward_to_route()
,
get_name()
,
get_request()
,
get_route()
,
last_chance_get()
,
lazy_get_response()
,
redirect()
Properties summary
Magic properties
public read-only
string
|
$action
The action being executed. |