Home
last modified time | relevance | path

Searched refs:readImpliedRights (Results 1 – 7 of 7) sorted by relevance

/dports/security/pear-LiveUser/LiveUser-0.16.14/LiveUser/Perm/Storage/
H A DCache.php252 function readImpliedRights($currentRights, $currentLevel) function in LiveUser_Perm_Storage_Cache
254 $result = $this->_storage->readImpliedRights($currentRights, $currentLevel);
H A DDB.php388 function readImpliedRights($currentRights, $currentLevel) function in LiveUser_Perm_Storage_DB
H A DPDO.php445 function readImpliedRights($currentRights, $currentLevel) function in LiveUser_Perm_Storage_PDO
H A DMDB.php419 function readImpliedRights($currentRights, $currentLevel) function in LiveUser_Perm_Storage_MDB
H A DMDB2.php427 function readImpliedRights($currentRights, $currentLevel) function in LiveUser_Perm_Storage_MDB2
/dports/security/pear-LiveUser/LiveUser-0.16.14/LiveUser/Perm/
H A DStorage.php263 function readImpliedRights($currentRights, $currentLevel)
H A DComplex.php97 $result = $this->_storage->readImpliedRights($currentRights, $currentLevel);