PHP 클래스 RightsModule, gxc-cms

상속: extends CWebModule
파일 보기 프로젝트 열기: nganhtuan63/gxc-cms

공개 프로퍼티들

프로퍼티 타입 설명
$appLayout
$authenticatedName
$baseUrl
$cssFile
$debug
$displayDescription
$enableBizRule
$enableBizRuleData
$flashErrorKey
$flashSuccessKey
$install
$layout
$superuserName
$userClass
$userIdColumn
$userNameColumn

공개 메소드들

메소드 설명
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.

메소드 상세

getAssetsUrl() 공개 메소드

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

getAuthorizer() 공개 메소드

public getAuthorizer ( ) : RightsAuthorizer
리턴 RightsAuthorizer the authorizer component.

getGenerator() 공개 메소드

public getGenerator ( ) : RightsGenerator
리턴 RightsGenerator the generator component.

getInstaller() 공개 메소드

public getInstaller ( ) : RightsInstaller
리턴 RightsInstaller the installer component.

getVersion() 공개 메소드

public getVersion ( ) : the
리턴 the current version.

init() 공개 메소드

Initializes the "rights" module.
public init ( )

registerScripts() 공개 메소드

Registers the necessary scripts.
public registerScripts ( )

프로퍼티 상세

$appLayout 공개적으로 프로퍼티

public $appLayout

$authenticatedName 공개적으로 프로퍼티

public $authenticatedName

$baseUrl 공개적으로 프로퍼티

public $baseUrl

$cssFile 공개적으로 프로퍼티

public $cssFile

$debug 공개적으로 프로퍼티

public $debug

$displayDescription 공개적으로 프로퍼티

public $displayDescription

$enableBizRule 공개적으로 프로퍼티

public $enableBizRule

$enableBizRuleData 공개적으로 프로퍼티

public $enableBizRuleData

$flashErrorKey 공개적으로 프로퍼티

public $flashErrorKey

$flashSuccessKey 공개적으로 프로퍼티

public $flashSuccessKey

$install 공개적으로 프로퍼티

public $install

$layout 공개적으로 프로퍼티

public $layout

$superuserName 공개적으로 프로퍼티

public $superuserName

$userClass 공개적으로 프로퍼티

public $userClass

$userIdColumn 공개적으로 프로퍼티

public $userIdColumn

$userNameColumn 공개적으로 프로퍼티

public $userNameColumn