Class ChartsModule
- CComponent
- CModule
- CWebModule
- X2WebModule
- ChartsModule
public
|
|
public
boolean
|
#
beforeControllerAction( CController $controller, CAction $action )
The pre-filter for controller actions. This method is invoked before the currently requested controller action and all its filters are executed. You may override this method in the following way: if(parent::beforeControllerAction($controller,$action)) { // your code return true; } else return false; |
getAssetsUrl(),
getAssetsUrlOfModule(),
setAssetsUrl()
|
afterControllerAction(),
getControllerPath(),
getDescription(),
getLayoutPath(),
getName(),
getVersion(),
getViewPath(),
setControllerPath(),
setLayoutPath(),
setViewPath()
|
__construct(),
__get(),
__isset(),
configure(),
getBasePath(),
getComponent(),
getComponents(),
getId(),
getModule(),
getModulePath(),
getModules(),
getParams(),
getParentModule(),
hasComponent(),
hasModule(),
preinit(),
preloadComponents(),
setAliases(),
setBasePath(),
setComponent(),
setComponents(),
setId(),
setImport(),
setModulePath(),
setModules(),
setParams()
|
__call(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
array
|
$packages | array() |
$controllerMap,
$controllerNamespace,
$defaultController,
$layout
|
$behaviors,
$preload
|
$controllerPath,
$description,
$layoutPath,
$name,
$version,
$viewPath
|
$aliases,
$basePath,
$components,
$id,
$import,
$modulePath,
$modules,
$params,
$parentModule
|