Phundament App Class Reference
  • Package
  • Class
  • Tree

Packages

  • bootstrap
    • widgets
      • input
  • Image
  • None
  • p3admin
  • p3extensions
    • behaviors
    • commands
    • components
    • helpers
    • widgets
  • p3media
    • actions
    • controllers
    • models
  • p3pages
    • models
  • p3widgets
    • components
    • models
  • PHP
  • system
    • db
      • ar
    • gii
    • web
      • auth
      • helpers
      • widgets
  • yiiext
    • widgets
      • fancybox
      • lipsum
  • zii
    • widgets
      • grid

Classes

  • ActivationController
  • AdminController
  • AssignmentController
  • AssignmentForm
  • AuthChildForm
  • AuthItemController
  • AuthItemForm
  • BaseP3Widget
  • BaseP3WidgetMeta
  • BaseP3WidgetTranslation
  • Bootstrap
  • CImageComponent
  • CKEditor
  • CodeProvider
  • DefaultController
  • EChosen
  • EDbMigration
  • EditableField
  • EditableSaver
  • EMigrateCommand
  • ESelect2
  • EUserFlash
  • FullCrudFieldProvider
  • GenerateForm
  • IdentificationColumnValidator
  • InstallController
  • JSONEditorView
  • JuiJSONEditorInput
  • LoginController
  • LogoutController
  • Metadata
  • P3CrudFieldProvider
  • P3MediaController
  • P3MediaMetaController
  • P3MediaSelect
  • P3PageController
  • P3PageMetaController
  • P3PageTranslationController
  • P3Widget
  • P3WidgetController
  • P3WidgetMetaController
  • P3WidgetTranslation
  • P3WidgetTranslationController
  • ProfileController
  • ProfileFieldController
  • RAuthItemBehavior
  • RAuthItemChildDataProvider
  • RAuthItemDataProvider
  • RAuthItemParentDataProvider
  • RAuthorizer
  • RController
  • RDbAuthManager
  • RecoveryController
  • RegistrationController
  • RegistrationForm
  • RGenerator
  • Rights
  • RightsFilter
  • RightsModule
  • RInstaller
  • RPermissionDataProvider
  • RUserBehavior
  • RWebUser
  • UActiveForm
  • UploadHandler
  • UserChangePassword
  • UserController
  • UserIdentity
  • UserLogin
  • UserModule
  • UserRecoveryForm
  • UWdropDownDep
  • UWfile
  • UWjuiAutoComplete
  • UWjuidate
  • UWrelBelongsTo
  • WebUserBehavior

Class RightsModule

Rights module class file.

CComponent
Extended by CModule
Extended by CWebModule
Extended by RightsModule
Copyright: Copyright © 2010 Christoffer Niska
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
# init( )

Initializes the "rights" module.

Initializes the "rights" module.

Overrides

CModule::init
public
# registerScripts( )

Registers the necessary scripts.

Registers the necessary scripts.

public string
# getAssetsUrl( )

Publishes the module assets path.

Publishes the module assets path.

Returns

string
the base URL that contains all published asset files of Rights.
public RightsAuthorizer
# getAuthorizer( )

Returns

RightsAuthorizer
the authorizer component.
public RightsInstaller
# getInstaller( )

Returns

RightsInstaller
the installer component.
public RightsGenerator
# getGenerator( )

Returns

RightsGenerator
the generator component.
public the
# getVersion( )

Returns

the
current version.

Overrides

CWebModule::getVersion

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.

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

Phundament App Class Reference API documentation generated by ApiGen 2.8.0