dispatchAction() dispatchAction( $module, $action, mixed $context = null) : void Disptach the module/action calling. Parameters $module string $action string mixed $context
dispatchComponent() dispatchComponent( $module, $component, mixed $context = null) : void Disptach the module/component calling. Parameters $module string $component string mixed $context
_dispatch() _dispatch(mixed $module, mixed $action, mixed $context = null, mixed $classType = "Action") : mixed Parameters mixed $module mixed $action mixed $context mixed $classType Returns mixed —