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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ w ]

a

$alias
in file Storage.php, variable LiveUser_Admin_Storage::$alias
    All fields with their alias
$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 an application
addArea
in file Simple.php, method LiveUser_Admin_Perm_Simple::addArea()
    Add an area
addAreaAdmin
in file Complex.php, method LiveUser_Admin_Perm_Complex::addAreaAdmin()
    Add Area Admin
addGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::addGroup()
    Add a group
addRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::addRight()
    Add a right
addTranslation
in file Simple.php, method LiveUser_Admin_Perm_Simple::addTranslation()
    Add a translation
addUser
in file Admin.php, method LiveUser_Admin::addUser()
    Add a user to both containers.
addUser
in file Common.php, method LiveUser_Admin_Auth_Common::addUser()
    Add a user
addUser
in file Simple.php, method LiveUser_Admin_Perm_Simple::addUser()
    Add a user
addUserToGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::addUserToGroup()
    Add a user to agroup
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

c

$containerName
in file Common.php, variable LiveUser_Admin_Auth_Common::$containerName
    The name associated with this auth container. The name is used when adding users from this container to the reference table in the permission container. This way it is possible to see from which auth container the user data is coming from.
createDelete
in file SQL.php, method LiveUser_Admin_Storage_SQL::createDelete()
    Create the SQL necessary for an delete
createInsert
in file SQL.php, method LiveUser_Admin_Storage_SQL::createInsert()
    Create the SQL necessary for an insert
createJoinFilter
in file SQL.php, method LiveUser_Admin_Storage_SQL::createJoinFilter()
    Recursively find all the tables that need to be joined to be able to select all requested columns and to be able to filter the joined rows
createSelect
in file SQL.php, method LiveUser_Admin_Storage_SQL::createSelect()
    Create the SQL necessary for a select
createUpdate
in file SQL.php, method LiveUser_Admin_Storage_SQL::createUpdate()
    Create the SQL necessary for an update
createWhere
in file SQL.php, method LiveUser_Admin_Storage_SQL::createWhere()
    Create the SQL necessary for a where statement
Common.php
procedural page Common.php
config.inc.php
procedural page config.inc.php
coffeemaker.php
procedural page coffeemaker.php
conf.php
procedural page conf.php
Complex.php
procedural page Complex.php
top

d

decryptPW
in file Common.php, method LiveUser_Admin_Auth_Common::decryptPW()
    Decrypts a password so that it can be compared with the user input.
delete
in file SQL.php, method LiveUser_Admin_Storage_SQL::delete()
    Delete from a table based given filters
disconnect
in file Simple.php, method LiveUser_Admin_Perm_Simple::disconnect()
    properly disconnect from resources
disconnect
in file SQL.php, method LiveUser_Admin_Storage_SQL::disconnect()
    Properly disconnect from database
disconnect
in file Storage.php, method LiveUser_Admin_Storage::disconnect()
    properly disconnect from resources
disconnect
in file Common.php, method LiveUser_Admin_Auth_Common::disconnect()
    properly disconnect from resources
DRINK_COFFEE
in file conf.php, constant DRINK_COFFEE
DB.php
procedural page DB.php
DB.php
procedural page DB.php
DB.php
procedural page DB.php
DB.php
procedural page DB.php
top

e

echoQuery
in file config.inc.php, function echoQuery()
eHandler
in file conf.php, function eHandler()
encryptPW
in file Common.php, method LiveUser_Admin_Auth_Common::encryptPW()
    Encrypts a password for storage in a backend container.
exec
in file PDO.php, method LiveUser_Admin_Storage_PDO::exec()
    Execute DML query
exec
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::exec()
    Execute DML query
exec
in file DB.php, method LiveUser_Admin_Storage_DB::exec()
    Execute DML query
exec
in file MDB.php, method LiveUser_Admin_Storage_MDB::exec()
    Execute DML query
example.php
procedural page example.php
top

f

$fields
in file Storage.php, variable LiveUser_Admin_Storage::$fields
    All fields with their types
factory
in file Admin.php, method LiveUser_Admin::factory()
findTables
in file SQL.php, method LiveUser_Admin_Storage_SQL::findTables()
    Find all the tables that need to be joined to be able to select all requested columns and to be able to filter the joined rows
FLY_ALIEN_SPACE_CRAFT
in file conf.php, constant FLY_ALIEN_SPACE_CRAFT
top

g

getAfterId
in file MDB.php, method LiveUser_Admin_Storage_MDB::getAfterId()
    Since MDB does not support determining if auto increment is supported, the call just returns the $id parameter
getAfterId
in file PDO.php, method LiveUser_Admin_Storage_PDO::getAfterId()
    Since DB does not support determining if auto increment is supported, the call just returns the $id parameter
getAfterId
in file DB.php, method LiveUser_Admin_Storage_DB::getAfterId()
    Since DB does not support determining if auto increment is supported, the call just returns the $id parameter
getAfterId
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::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 MDB2.php, method LiveUser_Admin_Storage_MDB2::getBeforeId()
    returns the next free id of a sequence if the RDBMS does not support auto increment
getBeforeId
in file PDO.php, method LiveUser_Admin_Storage_PDO::getBeforeId()
    Since DB does not support determining if auto increment is supported, the call is redirected to nextID()
getBeforeId
in file DB.php, method LiveUser_Admin_Storage_DB::getBeforeId()
    Since DB does not support determining if auto increment is supported, the call is redirected to nextID()
getBeforeId
in file MDB.php, method LiveUser_Admin_Storage_MDB::getBeforeId()
    Since MDB does not support determining if auto increment is supported, the call is redirected to nextID()
getErrors
in file Admin.php, method LiveUser_Admin::getErrors()
    Wrapper method to get the Error Stack
getGroups
in file Medium.php, method LiveUser_Admin_Perm_Medium::getGroups()
    Fetches groups
getGroups
in file Complex.php, method LiveUser_Admin_Perm_Complex::getGroups()
    Fetches groups
getParentGroup
in file Complex.php, method LiveUser_Admin_Perm_Complex::getParentGroup()
    Get parent of a subgroup
getRights
in file Complex.php, method LiveUser_Admin_Perm_Complex::getRights()
    Fetches rights
getRights
in file Simple.php, method LiveUser_Admin_Perm_Simple::getRights()
    Fetches rights
getRights
in file Medium.php, method LiveUser_Admin_Perm_Medium::getRights()
    Fetches rights
getTranslations
in file Simple.php, method LiveUser_Admin_Perm_Simple::getTranslations()
    Fetches translations
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
getUsers
in file Simple.php, method LiveUser_Admin_Perm_Simple::getUsers()
    Fetches users
grantGroupRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::grantGroupRight()
    Grant group a right
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 PDO.php, method LiveUser_Admin_Storage_PDO::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
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
implyRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::implyRight()
    Imply Right
init
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::init()
    Initializes database storage container.
init
in file Storage.php, method LiveUser_Admin_Storage::init()
    Initializes database storage container.
init
in file PDO.php, method LiveUser_Admin_Perm_Storage_PDO::init()
    Initializes database storage container.
init
in file Simple.php, method LiveUser_Admin_Perm_Simple::init()
    Initialize the storage container
init
in file MDB2.php, method LiveUser_Admin_Perm_Storage_MDB2::init()
    Initializes database storage container.
init
in file PDO.php, method LiveUser_Admin_Auth_Storage_PDO::init()
    Initializes database storage container.
init
in file PDO.php, method LiveUser_Admin_Storage_PDO::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_Auth_Storage_MDB2::init()
    Initializes database storage container.
init
in file DB.php, method LiveUser_Admin_Perm_Storage_DB::init()
    Initializes database 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_Storage_DB::init()
    Initializes database storage container.
init
in file Common.php, method LiveUser_Admin_Auth_Common::init()
    Initialize the storage container
init
in file MDB.php, method LiveUser_Admin_Storage_MDB::init()
    Initializes database storage container.
init
in file Admin.php, method LiveUser_Admin::init()
    Setup backend container.
init
in file MDB.php, method LiveUser_Admin_Auth_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

$log
in file Admin.php, variable LiveUser_Admin::$log
    PEAR::Log object used for error logging by ErrorStack
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
    A unified admin class
loginscreen.php
procedural page loginscreen.php
LiveUser_Admin_Auth_Common
in file Common.php, class LiveUser_Admin_Auth_Common
    Base class for authentication backends.
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_DB
in file DB.php, class LiveUser_Admin_Auth_DB
    This is a PEAR::DB backend container driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_MDB
in file MDB.php, class LiveUser_Admin_Auth_MDB
    This is a PEAR::MDB backend container driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_MDB2
in file MDB2.php, class LiveUser_Admin_Auth_MDB2
    This is a PEAR::MDB2 backend container driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_PDO
in file PDO.php, class LiveUser_Admin_Auth_PDO
    This is a PECL::PDO backend container driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_Storage_DB
in file DB.php, class LiveUser_Admin_Auth_Storage_DB
    This is a PEAR::DB backend storage driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_Storage_MDB
in file MDB.php, class LiveUser_Admin_Auth_Storage_MDB
    This is a PEAR::MDB backend storage driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_Storage_MDB2
in file MDB2.php, class LiveUser_Admin_Auth_Storage_MDB2
    This is a PEAR::MDB2 backend storage driver for the LiveUser Admin auth class.
LiveUser_Admin_Auth_Storage_PDO
in file PDO.php, class LiveUser_Admin_Auth_Storage_PDO
    This is a PECL::PDO backend storage driver for the LiveUser Admin auth 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 that extends the Medium class with the ability to manage subgroups, implied rights and area admins
LiveUser_Admin_Perm_Medium
in file Medium.php, class LiveUser_Admin_Perm_Medium
    Medium permission administration class that extends the Simple class with the ability to create, update, remove and assign groups.
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, class LiveUser_Admin_Perm_Simple
    Simple permission administration class that features support for
LiveUser_Admin_Perm_Simple
in file Simple.php, method LiveUser_Admin_Perm_Simple::LiveUser_Admin_Perm_Simple()
    Constructor
LiveUser_Admin_Perm_Storage_DB
in file DB.php, class LiveUser_Admin_Perm_Storage_DB
    This is a PEAR::DB backend storage driver for the LiveUser_Admin perm class.
LiveUser_Admin_Perm_Storage_MDB
in file MDB.php, class LiveUser_Admin_Perm_Storage_MDB
    This is a PEAR::MDB backend storage driver for the LiveUser_Admin perm class.
LiveUser_Admin_Perm_Storage_MDB2
in file MDB2.php, class LiveUser_Admin_Perm_Storage_MDB2
    This is a PEAR::MDB2 backend storage driver for the LiveUser_Admin perm class.
LiveUser_Admin_Perm_Storage_PDO
in file PDO.php, class LiveUser_Admin_Perm_Storage_PDO
    This is a PECL::PDO backend storage driver for the LiveUser_Admin perm 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 core base class for all LiveUser admin storage classes that is meant for internal use only.
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_PDO
in file PDO.php, class LiveUser_Admin_Storage_PDO
    This is a PECL::PDO 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
top

m

MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
main.php
procedural page main.php
Medium.php
procedural page Medium.php
MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
MAKE_COFFEE
in file conf.php, constant MAKE_COFFEE
top

n

nav.php
procedural page nav.php
nextId
in file PDO.php, method LiveUser_Admin_Storage_PDO::nextId()
    returns the next free id of a sequence
nextId
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::nextId()
    returns the next free id of a sequence
nextId
in file MDB.php, method LiveUser_Admin_Storage_MDB::nextId()
    returns the next free id of a sequence
nextId
in file DB.php, method LiveUser_Admin_Storage_DB::nextId()
    returns the next free id of a sequence
top

o

OutputRightsConstants.php
procedural page OutputRightsConstants.php
outputRightsConstants
in file Simple.php, method LiveUser_Admin_Perm_Simple::outputRightsConstants()
    Generate the constants to a file or define them directly.
top

p

$perm
in file Admin.php, variable LiveUser_Admin::$perm
    Admin perm object
$prefix
in file SQL.php, variable LiveUser_Admin_Storage_SQL::$prefix
    Table prefix for all db tables the container has.
PDO.php
procedural page PDO.php
PDO.php
procedural page PDO.php
PDO.php
procedural page PDO.php
PDO.php
procedural page PDO.php
PATH_SEPARATOR
in file conf.php, constant PATH_SEPARATOR
php_error_handler
in file config.inc.php, function php_error_handler()
top

q

queryAll
in file PDO.php, method LiveUser_Admin_Storage_PDO::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.
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.
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.
queryCol
in file PDO.php, method LiveUser_Admin_Storage_PDO::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.
queryOne
in file PDO.php, method LiveUser_Admin_Storage_PDO::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 PDO.php, method LiveUser_Admin_Storage_PDO::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.
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.
quote
in file PDO.php, method LiveUser_Admin_Storage_PDO::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.
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.
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 applications and all their relevant relations
removeArea
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeArea()
    Remove areas and all their relevant relations
removeArea
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeArea()
    Remove areas and all their relevant relations
removeAreaAdmin
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeAreaAdmin()
    Remove Area Admin(s)
removeGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeGroup()
    Remove groups and all their relevant relations
removeGroup
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeGroup()
    Remove groups and all their relevant relations
removeRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeRight()
    Remove rights and all their relevant relations
removeRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeRight()
    Remove rights and all their relevant relations
removeRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeRight()
    Remove rights and all their relevant relations
removeTranslation
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeTranslation()
    Remove translations and all their relevant relations
removeUser
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeUser()
    Remove users and all their relevant relations
removeUser
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeUser()
    Remove users and all their relevant relations
removeUser
in file Admin.php, method LiveUser_Admin::removeUser()
    Removes user from both Perm and Auth containers
removeUser
in file Common.php, method LiveUser_Admin_Auth_Common::removeUser()
    Remove a user
removeUserFromGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeUserFromGroup()
    Remove user(s) from group(s)
revokeGroupRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::revokeGroupRight()
    Revoke (remove) right(s) from the 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
    Key (method names), with array lists of selectable tables for the given method
$selectable_tables
in file Common.php, variable LiveUser_Admin_Auth_Common::$selectable_tables
    Key (method names), with array lists of selectable tables for the given method
$stack
in file Simple.php, variable LiveUser_Admin_Perm_Simple::$stack
    Error stack
$stack
in file Common.php, variable LiveUser_Admin_Auth_Common::$stack
    Error stack
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
setAdminPermContainer
in file Admin.php, method LiveUser_Admin::setAdminPermContainer()
    Sets the perm container
setLimit
in file PDO.php, method LiveUser_Admin_Storage_PDO::setLimit()
    This function is not implemented into DB so we can't make use of it.
setLimit
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::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.
setLimit
in file MDB.php, method LiveUser_Admin_Storage_MDB::setLimit()
    Sets the range of the next query
setSelectDefaultParams
in file Storage.php, method LiveUser_Admin_Storage::setSelectDefaultParams()
    Static method to set defaults into a select params array
singleton
in file Admin.php, method LiveUser_Admin::singleton()
top

t

$tables
in file Storage.php, variable LiveUser_Admin_Storage::$tables
    Table configuration
test.php
procedural page test.php
Translation.php
procedural page Translation.php
testarea.php
procedural page testarea.php
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()
    Unassign subgroup(s) from group(s)
unimplyRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::unimplyRight()
    Unimply right(s)
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 applications
updateArea
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateArea()
    Update areas
updateGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::updateGroup()
    Update groups
updateGroupRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::updateGroupRight()
    Update right(s) for the given group(s)
updateRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateRight()
    Update rights
updateTranslation
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateTranslation()
    Update translations
updateUser
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateUser()
    Update users
updateUser
in file Admin.php, method LiveUser_Admin::updateUser()
    Changes user data for both containers.
updateUser
in file Common.php, method LiveUser_Admin_Auth_Common::updateUser()
    Update a user
updateUserRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateUserRight()
    Update right(s) for the given user(s)
top

w

$withFieldMethodMap
in file Simple.php, variable LiveUser_Admin_Perm_Simple::$withFieldMethodMap
    Key (field name), with method names as values to determine what method should be called to get data when the 'with' option is used in a get*() method
WRITE_TESTS
in file conf.php, constant WRITE_TESTS
top

Documentation generated on Mon, 11 Mar 2019 15:39:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.