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 AuthItemController

Rights authorization item controller class file.

CComponent
Extended by CBaseController
Extended by CController
Extended by RController
Extended by AuthItemController
Copyright: Copyright © 2010 Christoffer Niska
Author: Christoffer Niska <cniska@live.com>
Since: 0.5
Located at crisu83/yii-rights/controllers/AuthItemController.php

Methods summary

public
# init( )

Initializes the controller.

Initializes the controller.

Overrides

CController::init
public array
# filters( )

Returns

array
action filters

Overrides

CController::filters
public array
# accessRules( )

Specifies the access control rules. This method is used by the 'accessControl' filter.

Specifies the access control rules. This method is used by the 'accessControl' filter.

Returns

array
access control rules

Overrides

CController::accessRules
public
# actionPermissions( )

Displays the permission overview.

Displays the permission overview.

public
# actionOperations( )

Displays the operation management page.

Displays the operation management page.

public
# actionTasks( )

Displays the operation management page.

Displays the operation management page.

public
# actionRoles( )

Displays the role management page.

Displays the role management page.

public
# actionGenerate( )

Displays the generator page.

Displays the generator page.

public
# actionCreate( )

Creates an authorization item.

Creates an authorization item.

public
# actionUpdate( )

Updates an authorization item.

Updates an authorization item.

public
# actionDelete( )

Deletes an operation.

Deletes an operation.

public
# actionRemoveChild( )

Removes a child from an authorization item.

Removes a child from an authorization item.

public
# actionAssign( )

Adds a child to an authorization item.

Adds a child to an authorization item.

public
# actionRevoke( )

Removes a child from an authorization item.

Removes a child from an authorization item.

public
# actionSortable( )

Processes the jui sortable.

Processes the jui sortable.

public string
# getItemName( )

Returns

string
the item name or null if not set.
public string
# getChildName( )

Returns

string
the child name or null if not set.
public integer
# getType( )

Returns the authorization item type after validation.

Returns the authorization item type after validation.

Returns

integer
the type.
public
# loadModel( )

Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.

Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.

Methods inherited from RController

accessDenied(), allowedActions(), filterRights()

Methods inherited from CController

__construct(), actions(), afterAction(), afterRender(), beforeAction(), beforeRender(), behaviors(), clearPageStates(), createAbsoluteUrl(), createAction(), createActionFromMap(), createUrl(), filterAccessControl(), filterAjaxOnly(), filterPostOnly(), forward(), getAction(), getActionParams(), getCachingStack(), getClips(), getId(), getLayoutFile(), getModule(), getPageState(), getPageTitle(), getRoute(), getUniqueId(), getViewFile(), getViewPath(), invalidActionParams(), isCachingStackEmpty(), loadPageStates(), missingAction(), processDynamicOutput(), processOutput(), recordCachingAction(), redirect(), refresh(), render(), renderClip(), renderDynamic(), renderDynamicInternal(), renderPartial(), renderText(), replaceDynamicOutput(), resolveViewFile(), run(), runAction(), runActionWithFilters(), savePageStates(), setAction(), setPageState(), setPageTitle()

Methods inherited from CBaseController

beginCache(), beginClip(), beginContent(), beginWidget(), createWidget(), endCache(), endClip(), endContent(), endWidget(), renderFile(), renderInternal(), widget()

Methods inherited from CComponent

__call(), __get(), __isset(), __set(), __unset(), asa(), attachBehavior(), attachBehaviors(), attachEventHandler(), canGetProperty(), canSetProperty(), detachBehavior(), detachBehaviors(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), getEventHandlers(), hasEvent(), hasEventHandler(), hasProperty(), raiseEvent()

Magic methods summary

Constants summary

Constants inherited from CController

STATE_INPUT_NAME

Properties summary

Properties inherited from RController

$breadcrumbs, $layout, $menu

Properties inherited from CController

$defaultAction

Magic properties inherited from CController

$action, $actionParams, $cachingStack, $clips, $id, $module, $pageTitle, $route, $uniqueId, $viewPath

Phundament App Class Reference API documentation generated by ApiGen 2.8.0