Class ModuleOperationDispatcher
A request dispatcher for module operations.
-
ICanBoogie\Operation\OperationRouteDispatcher
-
┗
ICanBoogie\Module\ModuleOperationDispatcher
Methods summary
protected
resolve_route( ICanBoogie\HTTP\Request $request
, $normalized_path
, array & $captured
)
protected
resolve_module_route( ICanBoogie\HTTP\Request $request
, $normalized_path
, array & $captured
)
: ICanBoogie\Routing\Route|null
Resolves module route.
Parameters
$request
$normalized_path
$captured
Returns
ICanBoogie\Routing\Route|null
A made up ICanBoogie\Routing\Route instance or null
if the route
cannot be resolved.
protected
parse_path( string $path
)
: array|boolean
Parse path to extract operation information.
Parse path to extract operation information.
Parameters
Returns
array|boolean
The operation information or false
if the path is not suitable.
protected
resolve_operation_class( string $operation_name
, ICanBoogie\Module
$module
)
: false|string
Resolves the operation class.
Resolves the operation class.
Parameters
Returns
false|string