\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 : 

Type

$viewTplDir

$viewTplDir : 

Type

$viewTplAutoCompile

$viewTplAutoCompile : 

Type

$data

$data : 

Type

Methods

__construct()

__construct() 

dispatchAction()

dispatchAction(  $module,   $action,   $context = null) : void

Disptach the module/action calling.

Parameters

$module

string

$action

string

$context

dispatchComponent()

dispatchComponent(  $module,   $component,   $context = null) : void

Disptach the module/component calling.

Parameters

$module

string

$component

string

$context

_dispatch()

_dispatch(  $module,   $action,   $context = null,   $classType = "Action") 

Parameters

$module
$action
$context
$classType