LiveUser
[ class tree: LiveUser ] [ index: LiveUser ] [ all elements ]

Class: LiveUser_Perm_Storage_Cache

Source Location: /LiveUser-0.14.0/Perm/Storage/Cache.php

Class Overview

LiveUser_Perm_Storage
   |
   --LiveUser_Perm_Storage_Cache

This is a Cache backend driver for the LiveUser class.


Author(s):

Version:

  • $Id: Cache.php,v 1.3 2004/12/18 21:49:30 lsmith Exp $

Methods


Inherited Variables

Inherited Methods

Class: LiveUser_Perm_Storage

LiveUser_Perm_Storage::LiveUser_Perm_Storage()
Constructor
LiveUser_Perm_Storage::disconnect()
properly disconnect from resources
LiveUser_Perm_Storage::freeze()
store all properties in an array
LiveUser_Perm_Storage::mapUser()
LiveUser_Perm_Storage::readAreaAdminAreas()
LiveUser_Perm_Storage::readGroupRights()
Reads the group rights and put them in the array
LiveUser_Perm_Storage::readUserRights()
Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
LiveUser_Perm_Storage::unfreeze()
Reinitializes properties

Class Details

[line 40]
This is a Cache backend driver for the LiveUser class.


[ Top ]


Method Detail

disconnect   [line 175]

void disconnect( )

properly disconnect from resources
  • Access: public

Overrides LiveUser_Perm_Storage::disconnect() (properly disconnect from resources)
[ Top ]

mapUser   [line 42]

void mapUser( $authUserId, $containerName)


Overrides LiveUser_Perm_Storage::mapUser() (parent method not documented)

Parameters:

   $authUserId   — 
   $containerName   — 

[ Top ]

readAreaAdminAreas   [line 75]

void readAreaAdminAreas( $permUserId)


Overrides LiveUser_Perm_Storage::readAreaAdminAreas() (parent method not documented)

Parameters:

   $permUserId   — 

[ Top ]

readGroupRights   [line 118]

boolean readGroupRights( $groupIds)

Reads the group rights and put them in the array

right => 1

  • Access: public

Overrides LiveUser_Perm_Storage::readGroupRights() (Reads the group rights and put them in the array)

Parameters:

   $groupIds   — 

[ Top ]

readImpliedRights   [line 157]

void readImpliedRights( $currentRights, $currentLevel)


Parameters:

   $currentRights   — 
   $currentLevel   — 

[ Top ]

readImplyingRights   [line 144]

void readImplyingRights( $rightIds, $table)


Parameters:

   $rightIds   — 
   $table   — 

[ Top ]

readSubGroups   [line 131]

void readSubGroups( $groupIds, $newGroupIds)


Parameters:

   $groupIds   — 
   $newGroupIds   — 

[ Top ]

readUserRights   [line 62]

void readUserRights( $permUserId)

Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.

Group rights and invididual rights are being merged in the process.


Overrides LiveUser_Perm_Storage::readUserRights() (Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.)

Parameters:

   $permUserId   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:00:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.