PHP Class RightsModule, gxc-cms

Inheritance: extends CWebModule
Mostrar archivo Open project: nganhtuan63/gxc-cms

Public Properties

Property Type Description
$appLayout
$authenticatedName
$baseUrl
$cssFile
$debug
$displayDescription
$enableBizRule
$enableBizRuleData
$flashErrorKey
$flashSuccessKey
$install
$layout
$superuserName
$userClass
$userIdColumn
$userNameColumn

Public Methods

Method Description
getAssetsUrl ( ) : string Publishes the module assets path.
getAuthorizer ( ) : RightsAuthorizer
getGenerator ( ) : RightsGenerator
getInstaller ( ) : RightsInstaller
getVersion ( ) : the
init ( ) Initializes the "rights" module.
registerScripts ( ) Registers the necessary scripts.

Method Details

getAssetsUrl() public method

Publishes the module assets path.
public getAssetsUrl ( ) : string
return string the base URL that contains all published asset files of Rights.

getAuthorizer() public method

public getAuthorizer ( ) : RightsAuthorizer
return RightsAuthorizer the authorizer component.

getGenerator() public method

public getGenerator ( ) : RightsGenerator
return RightsGenerator the generator component.

getInstaller() public method

public getInstaller ( ) : RightsInstaller
return RightsInstaller the installer component.

getVersion() public method

public getVersion ( ) : the
return the current version.

init() public method

Initializes the "rights" module.
public init ( )

registerScripts() public method

Registers the necessary scripts.
public registerScripts ( )

Property Details

$appLayout public_oe property

public $appLayout

$authenticatedName public_oe property

public $authenticatedName

$baseUrl public_oe property

public $baseUrl

$cssFile public_oe property

public $cssFile

$debug public_oe property

public $debug

$displayDescription public_oe property

public $displayDescription

$enableBizRule public_oe property

public $enableBizRule

$enableBizRuleData public_oe property

public $enableBizRuleData

$flashErrorKey public_oe property

public $flashErrorKey

$flashSuccessKey public_oe property

public $flashSuccessKey

$install public_oe property

public $install

$layout public_oe property

public $layout

$superuserName public_oe property

public $superuserName

$userClass public_oe property

public $userClass

$userIdColumn public_oe property

public $userIdColumn

$userNameColumn public_oe property

public $userNameColumn