Class||Interface Controller
Methods
get_right_controller_regarding_authorizations()
get_right_controller_regarding_authorizations() : \Controller
Returns the right controller to execute regarding the authorizations defined for the controller
Returns
\Controller
—
the right controller
- Inherited from \Controller
Tags
None found |
execute()
execute(\HTTPRequestCustom $request) : \Response
execute the controller and returns the response
Parameters
\HTTPRequestCustom | $request | the request received |
Returns
\Response
—
the controller response
- Inherited from \Controller
Tags
None found |