\LtDispatcher

The Dispatcher class

Summary

Methods
Properties
Constants
__construct()
dispatchAction()
dispatchComponent()
$viewDir
$viewTplDir
$viewTplAutoCompile
$data
No constants found
_dispatch()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$viewDir

$viewDir

$viewTplDir

$viewTplDir

$viewTplAutoCompile

$viewTplAutoCompile

$data

$data

Methods

__construct()

__construct() : mixed

Returns

mixed —

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 —