Element index for package LiveUser_Admin
	[ a ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ i ]
	[ l ]
	[ m ]
	[ n ]
	[ o ]
	[ p ]
	[ q ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ w ]
	[ _ ]
   
	
	
	top 
   
	
	
		a
		
							- $alias
 
				- in file Storage.php, variable LiveUser_Admin_Storage::$alias
     All fields with their alias 
							- $allowDuplicateHandles
 
				- in file Common.php, variable LiveUser_Admin_Auth_Common::$allowDuplicateHandles
     Allow multiple users in the database to have the same  login handle. Default: false. 
							- $allowEmptyPasswords
 
				- in file Common.php, variable LiveUser_Admin_Auth_Common::$allowEmptyPasswords
     Allow empty passwords to be passed to LiveUser. Default: false. 
							- $auth
 
				- in file Admin.php, variable LiveUser_Admin::$auth
     Auth admin object 
							- $authContainerName
 
				- in file Admin.php, variable LiveUser_Admin::$authContainerName
     Name of the current selected auth container 
							- ACCESS
 
				- in file conf.php, constant ACCESS
 
							- addApplication
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::addApplication()
     Add application 
							- addArea
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::addArea()
     Add area 
							- addAreaAdmin
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::addAreaAdmin()
     Add Area Admin 
							- addErrorLog
 
				- in file Admin.php, method LiveUser_Admin::addErrorLog()
     Add error logger for use by Errorstack. 
							- addGroup
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::addGroup()
     Adds a group 
							- addRight
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::addRight()
     Add right 
							- addTranslation
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::addTranslation()
     Add translation 
							- addUser
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::addUser()
     Add user 
							- addUser
 
				- in file Common.php, method LiveUser_Admin_Auth_Common::addUser()
     Add user 
							- addUser
 
				- in file Admin.php, method LiveUser_Admin::addUser()
     Tries to add a user to both containers. 
							- addUserToGroup
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::addUserToGroup()
     Adds a user to a group 
							- assignSubGroup
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::assignSubGroup()
     Assign subgroup to parent group. 
							- Admin.php
 
				- procedural page Admin.php
 
							- Application.php
 
				- procedural page Application.php
 
							- Area.php
 
				- procedural page Area.php
 
							- Area_Admin_Areas.php
 
				- procedural page Area_Admin_Areas.php
 
							- area51.php
 
				- procedural page area51.php
 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		g
		
							- getAfterId
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::getAfterId()
     returns the autoincrement ID if supported or $id 
							- getAfterId
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::getAfterId()
     returns the autoincrement ID if supported or $id 
							- getAfterId
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::getAfterId()
     returns the autoincrement ID if supported or $id 
							- getApplications
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::getApplications()
     Fetches applications 
							- getAreas
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::getAreas()
     Fetches areas 
							- getBeforeId
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::getBeforeId()
     returns the next free id of a sequence if the RDBMS  does not support auto increment 
							- getBeforeId
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::getBeforeId()
     returns the next free id of a sequence if the RDBMS  does not support auto increment 
							- getBeforeId
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::getBeforeId()
     returns the next free id of a sequence if the RDBMS  does not support auto increment 
							- getCurrentApplication
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::getCurrentApplication()
     Get current application 
							- getErrors
 
				- in file Admin.php, method LiveUser_Admin::getErrors()
     Wrapper method to get the Error Stack 
							- getGroups
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::getGroups()
     Get groups 
							- getGroups
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::getGroups()
     Fetches group(s) 
							- getParentGroup
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::getParentGroup()
     Get parent of the group that's passed via param 
							- getRights
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::getRights()
     Fetches rights 
							- getRights
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::getRights()
     Fetches rights 
							- getTranslations
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::getTranslations()
     Fetches translations 
							- getUsers
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::getUsers()
     Fetches users 
							- getUsers
 
				- in file Admin.php, method LiveUser_Admin::getUsers()
     Finds and gets full userinfo by filtering inside the given container 
							- getUsers
 
				- in file Common.php, method LiveUser_Admin_Auth_Common::getUsers()
     Fetches users 
							- grantGroupRight
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::grantGroupRight()
     Grants a group X rights 
							- grantGroupRight
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::grantGroupRight()
     Grant Group Rights 
							- grantUserRight
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::grantUserRight()
     Grant user a right 
							- Group.php
 
				- procedural page Group.php
 
							- GroupRights.php
 
				- procedural page GroupRights.php
 
					 
	 
	top 
   
	
	
		i
		
							- implodeArray
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::implodeArray()
     Apply a type to all values of an array and return as a comma  seperated string useful for generating IN statements 
							- implodeArray
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::implodeArray()
     Apply a type to all values of an array and return as a comma  seperated string useful for generating IN statements 
							- implodeArray
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::implodeArray()
     Apply a type to all values of an array and return as a comma  seperated string useful for generating IN statements 
							- implyRight
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::implyRight()
     Imply Right 
							- init
 
				- in file MDB2.php, method LiveUser_Admin_Auth_Storage_MDB2::init()
     Initializes database storage container. 
							- init
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::init()
     Load the storage container 
							- init
 
				- in file Storage.php, method LiveUser_Admin_Storage::init()
     Initializes database storage container. 
							- init
 
				- in file MDB.php, method LiveUser_Admin_Perm_Storage_MDB::init()
     Initializes database storage container. 
							- init
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::init()
     Initializes database storage container. 
							- init
 
				- in file MDB2.php, method LiveUser_Admin_Perm_Storage_MDB2::init()
     Initializes database storage container. 
							- init
 
				- in file MDB.php, method LiveUser_Admin_Auth_Storage_MDB::init()
     Initializes database storage container. 
							- init
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::init()
     Initializes database storage container. 
							- init
 
				- in file Common.php, method LiveUser_Admin_Auth_Common::init()
     Load the storage container 
							- init
 
				- in file DB.php, method LiveUser_Admin_Auth_Storage_DB::init()
     Initializes database storage container. 
							- init
 
				- in file DB.php, method LiveUser_Admin_Perm_Storage_DB::init()
     Initializes database storage container. 
							- init
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::init()
     Initializes database storage container. 
							- insert
 
				- in file SQL.php, method LiveUser_Admin_Storage_SQL::insert()
     Insert data into a table 
							- ImplyRights.php
 
				- procedural page ImplyRights.php
 
							- index.php
 
				- procedural page index.php
 
					 
	 
	top 
   
	
	
		l
		
							- LAUNCH_ATOMIC_BOMB
 
				- in file conf.php, constant LAUNCH_ATOMIC_BOMB
 
							- LiveUser_Admin
 
				- in file Admin.php, method LiveUser_Admin::LiveUser_Admin()
 
							- LiveUser_Admin
 
				- in file Admin.php, class LiveUser_Admin
     Attempt at a unified admin class 
							- loginscreen.php
 
				- procedural page loginscreen.php
 
							- LiveUser_Admin_Auth_Common
 
				- in file Common.php, method LiveUser_Admin_Auth_Common::LiveUser_Admin_Auth_Common()
     Class constructor. Feel free to override in backend subclasses. 
							- LiveUser_Admin_Auth_Common
 
				- in file Common.php, class LiveUser_Admin_Auth_Common
     Base class for authentication backends. 
							- LiveUser_Admin_Auth_DB
 
				- in file DB.php, class LiveUser_Admin_Auth_DB
     DB-based authentication admin container for LiveUser. 
							- LiveUser_Admin_Auth_MDB
 
				- in file MDB.php, class LiveUser_Admin_Auth_MDB
     MDB-based authentication admin container for LiveUser. 
							- LiveUser_Admin_Auth_MDB2
 
				- in file MDB2.php, class LiveUser_Admin_Auth_MDB2
     MDB2-based authentication admin container for LiveUser. 
							- LiveUser_Admin_Auth_Storage_DB
 
				- in file DB.php, class LiveUser_Admin_Auth_Storage_DB
     This is a PEAR::DB backend driver for the LiveUser class. 
							- LiveUser_Admin_Auth_Storage_MDB
 
				- in file MDB.php, class LiveUser_Admin_Auth_Storage_MDB
     This is a PEAR::MDB backend driver for the LiveUser class. 
							- LiveUser_Admin_Auth_Storage_MDB2
 
				- in file MDB2.php, class LiveUser_Admin_Auth_Storage_MDB2
     This is a PEAR::MDB2 backend driver for the LiveUser class. 
							- LIVEUSER_ADMIN_ERROR
 
				- in file Admin.php, constant LIVEUSER_ADMIN_ERROR
     Error related constants definition 
							- LIVEUSER_ADMIN_ERROR_ALREADY_ASSIGNED
 
				- in file Admin.php, constant LIVEUSER_ADMIN_ERROR_ALREADY_ASSIGNED
     Error related constants definition 
							- LIVEUSER_ADMIN_ERROR_DATA
 
				- in file Admin.php, constant LIVEUSER_ADMIN_ERROR_DATA
     Error related constants definition 
							- LIVEUSER_ADMIN_ERROR_FILTER
 
				- in file Admin.php, constant LIVEUSER_ADMIN_ERROR_FILTER
     Error related constants definition 
							- LIVEUSER_ADMIN_ERROR_NOT_SUPPORTED
 
				- in file Admin.php, constant LIVEUSER_ADMIN_ERROR_NOT_SUPPORTED
     Error related constants definition 
							- LIVEUSER_ADMIN_ERROR_QUERY_BUILDER
 
				- in file Admin.php, constant LIVEUSER_ADMIN_ERROR_QUERY_BUILDER
     Error related constants definition 
							- LiveUser_Admin_Perm_Complex
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::LiveUser_Admin_Perm_Complex()
     Constructor 
							- LiveUser_Admin_Perm_Complex
 
				- in file Complex.php, class LiveUser_Admin_Perm_Complex
     Complex permission administration class 
							- LiveUser_Admin_Perm_Medium
 
				- in file Medium.php, class LiveUser_Admin_Perm_Medium
     Medium container for permission handling 
							- LiveUser_Admin_Perm_Medium
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::LiveUser_Admin_Perm_Medium()
     Constructor 
							- LiveUser_Admin_Perm_Simple
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::LiveUser_Admin_Perm_Simple()
     Class constructor. Feel free to override in backend subclasses. 
							- LiveUser_Admin_Perm_Simple
 
				- in file Simple.php, class LiveUser_Admin_Perm_Simple
     Simple permission administration class 
							- LiveUser_Admin_Perm_Storage_DB
 
				- in file DB.php, class LiveUser_Admin_Perm_Storage_DB
     This is a PEAR::DB backend driver for the LiveUser class. 
							- LiveUser_Admin_Perm_Storage_MDB
 
				- in file MDB.php, class LiveUser_Admin_Perm_Storage_MDB
     This is a PEAR::MDB backend driver for the LiveUser class. 
							- LiveUser_Admin_Perm_Storage_MDB2
 
				- in file MDB2.php, class LiveUser_Admin_Perm_Storage_MDB2
     This is a PEAR::MDB2 backend driver for the LiveUser class. 
							- LiveUser_Admin_Storage
 
				- in file Storage.php, method LiveUser_Admin_Storage::LiveUser_Admin_Storage()
     Constructor 
							- LiveUser_Admin_Storage
 
				- in file Storage.php, class LiveUser_Admin_Storage
     This is a PEAR::MDB2 backend driver for the LiveUser class. 
							- LiveUser_Admin_Storage_DB
 
				- in file DB.php, class LiveUser_Admin_Storage_DB
     This is a PEAR::DB backend driver for the LiveUser class. 
							- LiveUser_Admin_Storage_MDB
 
				- in file MDB.php, class LiveUser_Admin_Storage_MDB
     This is a PEAR::MDB backend driver for the LiveUser class. 
							- LiveUser_Admin_Storage_MDB2
 
				- in file MDB2.php, class LiveUser_Admin_Storage_MDB2
     This is a PEAR::MDB2 backend driver for the LiveUser class. 
							- LiveUser_Admin_Storage_SQL
 
				- in file SQL.php, class LiveUser_Admin_Storage_SQL
     This is a SQL backend driver for the LiveUser class. 
							- LIVEUSER_GROUP_TYPE_ALL
 
				- in file Medium.php, constant LIVEUSER_GROUP_TYPE_ALL
 
							- LIVEUSER_GROUP_TYPE_ROLE
 
				- in file Medium.php, constant LIVEUSER_GROUP_TYPE_ROLE
 
							- LIVEUSER_GROUP_TYPE_USER
 
				- in file Medium.php, constant LIVEUSER_GROUP_TYPE_USER
 
							- loadPEARLog
 
				- in file Admin.php, method LiveUser_Admin::loadPEARLog()
     This method lazy loads PEAR::Log 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		q
		
							- query
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::query()
     Execute query 
							- query
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::query()
     Execute query 
							- query
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::query()
     Execute query 
							- queryAll
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryAll()
     Execute the specified query, fetch all the rows of the result set into  a two dimensional array and then frees the result set. 
							- queryAll
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::queryAll()
     Execute the specified query, fetch all the rows of the result set into  a two dimensional array and then frees the result set. 
							- queryAll
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::queryAll()
     Execute the specified query, fetch all the rows of the result set into  a two dimensional array and then frees the result set. 
							- queryCol
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryCol()
     Execute the specified query, fetch the value from the first column of  each row of the result set into an array and then frees the result set. 
							- queryCol
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::queryCol()
     Execute the specified query, fetch the value from the first column of  each row of the result set into an array and then frees the result set. 
							- queryCol
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::queryCol()
     Execute the specified query, fetch the value from the first column of  each row of the result set into an array and then frees the result set. 
							- queryOne
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryOne()
     Execute the specified query, fetch the value from the first column of  the first row of the result set and then frees  the result set. 
							- queryOne
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::queryOne()
     Execute the specified query, fetch the value from the first column of  the first row of the result set and then frees  the result set. 
							- queryOne
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::queryOne()
     Execute the specified query, fetch the value from the first column of  the first row of the result set and then frees  the result set. 
							- queryRow
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryRow()
     Execute the specified query, fetch the values from the first  row of the result set into an array and then frees  the result set. 
							- queryRow
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::queryRow()
     Execute the specified query, fetch the values from the first  row of the result set into an array and then frees  the result set. 
							- queryRow
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::queryRow()
     Execute the specified query, fetch the values from the first  row of the result set into an array and then frees  the result set. 
							- quote
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::quote()
     Convert a text value into a DBMS specific format that is suitable to  compose query statements. 
							- quote
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::quote()
     Convert a text value into a DBMS specific format that is suitable to  compose query statements. 
							- quote
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::quote()
     Convert a text value into a DBMS specific format that is suitable to  compose query statements. 
					 
	 
	top 
   
	
	
		r
		
							- Rights.php
 
				- procedural page Rights.php
 
							- READ_TESTS
 
				- in file conf.php, constant READ_TESTS
 
							- removeApplication
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::removeApplication()
     Remove application(s) 
							- removeArea
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::removeArea()
     Removes all areas define in the filter as well as any  rights assigned to that area. 
							- removeArea
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::removeArea()
     Remove Area 
							- removeAreaAdmin
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::removeAreaAdmin()
     Remove Area Admin 
							- removeGroup
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::removeGroup()
     Removes groups, can remove subgroups recursively if  option recursive is passed on as true. 
							- removeGroup
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::removeGroup()
     Removes group(s) 
							- removeRight
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::removeRight()
     Remove Right 
							- removeRight
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::removeRight()
     Remove right 
							- removeRight
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::removeRight()
     Removes right(s) 
							- removeTranslation
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::removeTranslation()
     Remove translation(s) 
							- removeUser
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::removeUser()
     Remove user 
							- removeUser
 
				- in file Admin.php, method LiveUser_Admin::removeUser()
     Removes user from both Perm and Auth containers 
							- removeUser
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::removeUser()
     Remove User 
							- removeUser
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::removeUser()
     Removes user(s) 
							- removeUser
 
				- in file Common.php, method LiveUser_Admin_Auth_Common::removeUser()
     Remove user 
							- removeUserFromGroup
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::removeUserFromGroup()
     Removes user(s) from group(s) 
							- revokeGroupRight
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::revokeGroupRight()
     Revokes (removes) right(s) from group(s) 
							- revokeUserRight
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::revokeUserRight()
     Revoke (remove) right(s) from the user(s) 
					 
	 
	top 
   
	
	
		s
		
							- $secret
 
				- in file Common.php, variable LiveUser_Admin_Auth_Common::$secret
     Defines the secret to use for encryption if needed 
							- $selectable_tables
 
				- in file Simple.php, variable LiveUser_Admin_Perm_Simple::$selectable_tables
 
							- Subgroups.php
 
				- procedural page Subgroups.php
 
							- Simple.php
 
				- procedural page Simple.php
 
							- SQL.php
 
				- procedural page SQL.php
 
							- Storage.php
 
				- procedural page Storage.php
 
							- select
 
				- in file SQL.php, method LiveUser_Admin_Storage_SQL::select()
     Select data from a set of tables 
							- selectCount
 
				- in file SQL.php, method LiveUser_Admin_Storage_SQL::selectCount()
     Fetches the count of many rows contain the filtered data 
							- setAdminAuthContainer
 
				- in file Admin.php, method LiveUser_Admin::setAdminAuthContainer()
     Sets the current auth container to the one with the given auth container name 
							- setAdminContainers
 
				- in file Admin.php, method LiveUser_Admin::setAdminContainers()
     Tries to find a user in any of the auth container. 
							- setAdminPermContainer
 
				- in file Admin.php, method LiveUser_Admin::setAdminPermContainer()
     Sets the perm container 
							- setConfArray
 
				- in file Admin.php, method LiveUser_Admin::setConfArray()
     Merges the current configuration array with configuration array pases  along with the method call. 
							- setCurrentApplication
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::setCurrentApplication()
     Set current application 
							- setLimit
 
				- in file MDB2.php, method LiveUser_Admin_Storage_MDB2::setLimit()
     Sets the range of the next query 
							- setLimit
 
				- in file MDB.php, method LiveUser_Admin_Storage_MDB::setLimit()
     Sets the range of the next query 
							- setLimit
 
				- in file DB.php, method LiveUser_Admin_Storage_DB::setLimit()
     This function is not implemented into DB so we  can't make use of it. 
							- singleton
 
				- in file Admin.php, method LiveUser_Admin::singleton()
 
					 
	 
	top 
   
	
	
	top 
   
	
	
		u
		
							- User.php
 
				- procedural page User.php
 
							- UserGroup.php
 
				- procedural page UserGroup.php
 
							- UserRights.php
 
				- procedural page UserRights.php
 
							- unassignSubGroup
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::unassignSubGroup()
     Don't let the function name fool ya, it actually can remove more  then one subgroup record at a time via the filters. 
							- unimplyRight
 
				- in file Complex.php, method LiveUser_Admin_Perm_Complex::unimplyRight()
     Unimply Right 
							- update
 
				- in file SQL.php, method LiveUser_Admin_Storage_SQL::update()
     Update data in a table based given filters 
							- updateApplication
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::updateApplication()
     Update application(s) 
							- updateArea
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::updateArea()
     Update area(s) 
							- updateGroup
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::updateGroup()
     Update group(s) 
							- updateGroupRight
 
				- in file Medium.php, method LiveUser_Admin_Perm_Medium::updateGroupRight()
     Updates group(s) right(s) 
							- updateRight
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::updateRight()
     Update right 
							- updateTranslation
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::updateTranslation()
     Update translation(s) 
							- updateUser
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::updateUser()
     Update usr 
							- updateUser
 
				- in file Admin.php, method LiveUser_Admin::updateUser()
     Tried to changes user data for both containers. 
							- updateUser
 
				- in file Common.php, method LiveUser_Admin_Auth_Common::updateUser()
     Update usr 
							- updateUserRight
 
				- in file Simple.php, method LiveUser_Admin_Perm_Simple::updateUserRight()
     Update right(s) for the given user(s) 
					 
	 
	top 
   
	
	
	top 
        
		    
 
		    Documentation generated on Mon, 11 Mar 2019 14:16:43 -0400 by  phpDocumentor 1.4.4. PEAR Logo Copyright ©  PHP Group 2004.
	        
       |   
     |