Class RightsModule
Rights module class file.
- CComponent
- CModule
- CWebModule
- RightsModule
Author: Christoffer Niska <cniska@live.com>
Version: 1.3.0 DO NOT CHANGE THE DEFAULT CONFIGURATION VALUES! You may overload the module configuration values in your rights-module configuration like so: 'modules'=>array( 'rights'=>array( 'userNameColumn'=>'name', 'flashSuccessKey'=>'success', 'flashErrorKey'=>'error', ), ),
Located at crisu83/yii-rights/RightsModule.php
Methods summary
public
|
|
public
|
|
public
string
|
|
public
RightsAuthorizer
|
|
public
RightsInstaller
|
|
public
RightsGenerator
|
|
public
the
|
Methods inherited from CWebModule
afterControllerAction()
,
beforeControllerAction()
,
getControllerPath()
,
getDescription()
,
getLayoutPath()
,
getName()
,
getViewPath()
,
setControllerPath()
,
setLayoutPath()
,
setViewPath()
Methods inherited from CModule
__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()
Methods inherited from CComponent
__call()
,
__set()
,
__unset()
,
asa()
,
attachBehavior()
,
attachBehaviors()
,
attachEventHandler()
,
canGetProperty()
,
canSetProperty()
,
detachBehavior()
,
detachBehaviors()
,
detachEventHandler()
,
disableBehavior()
,
disableBehaviors()
,
enableBehavior()
,
enableBehaviors()
,
evaluateExpression()
,
getEventHandlers()
,
hasEvent()
,
hasEventHandler()
,
hasProperty()
,
raiseEvent()
Magic methods summary
Properties summary
public
string
|
$superuserName | |
public
string
|
$authenticatedName | |
public
string
|
$userClass | |
public
string
|
$userIdColumn | |
public
string
|
$userNameColumn | |
public
boolean
|
$enableBizRule | |
public
boolean
|
$enableBizRuleData | |
public
boolean
|
$displayDescription | |
public
string
|
$flashSuccessKey | |
public
string
|
$flashErrorKey | |
public
boolean
|
$install | |
public
string
|
$baseUrl | |
public
mixed
|
$layout |
#
the layout that is shared by the controllers inside this module. If a controller has explicitly declared its own CController::layout layout, this property will be ignored. If this is null (default), the application's layout or the parent module's layout (if available) will be used. If this is false, then no layout will be used. |
public
string
|
$appLayout | |
public
mixed
|
$cssFile | |
public
boolean
|
$debug |
Properties inherited from CWebModule
$controllerMap
,
$controllerNamespace
,
$defaultController
Properties inherited from CModule
$behaviors
,
$preload
Magic properties inherited from CWebModule
$controllerPath
,
$description
,
$layoutPath
,
$name
,
$version
,
$viewPath
Magic properties inherited from CModule
$aliases
,
$basePath
,
$components
,
$id
,
$import
,
$modulePath
,
$modules
,
$params
,
$parentModule