Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\acl\persistence$AclCacheProvider This class is part of Ubiquity. More...
Public Member Functions | |
__construct () | |
loadAllAcls () | |
{{
| |
isAutosave () | |
saveAll () | |
cacheUpdated () | |
getDetails () | |
Public Member Functions inherited from AclArrayProvider | |
saveAcl (AclElement $aclElement) | |
removeAcl (AclElement $aclElement) | |
loadAllPermissions () | |
{
| |
loadAllResources () | |
{
| |
loadAllRoles () | |
{
| |
savePart (\Ubiquity\security\acl\models\AbstractAclPart $part) | |
updatePart (string $id,\Ubiquity\security\acl\models\AbstractAclPart $part) | |
removePart (\Ubiquity\security\acl\models\AbstractAclPart $part) | |
existPart (AbstractAclPart $part) | |
existAcl (AclElement $aclElement) | |
getModelClassesSwap () | |
clearAll () | |
{} | |
Public Member Functions inherited from AclProviderInterface | |
savePart (AbstractAclPart $part) | |
updatePart (string $id, AbstractAclPart $part) | |
removePart (AbstractAclPart $part) | |
Protected Member Functions | |
getCacheKeys () | |
loadAllPart ($class) | |
Protected Member Functions inherited from AclCacheTrait | |
getRootKey ($element) | |
createCache ($part) | |
Additional Inherited Members | |
Protected Attributes inherited from AclArrayProvider | |
$aclsArray | |
$parts | |
Static Protected Attributes inherited from AclCacheTrait | |
static | $KEY = 'acls/' |
Ubiquity\security\acl\persistence$AclCacheProvider This class is part of Ubiquity.
Definition at line 20 of file AclCacheProvider.php.
__construct | ( | ) |
Reimplemented from AclArrayProvider.
Definition at line 22 of file AclCacheProvider.php.
cacheUpdated | ( | ) |
Implements AclProviderInterface.
Definition at line 64 of file AclCacheProvider.php.
|
protected |
Definition at line 29 of file AclCacheProvider.php.
getDetails | ( | ) |
Implements AclProviderInterface.
Definition at line 83 of file AclCacheProvider.php.
isAutosave | ( | ) |
Implements AclProviderInterface.
Definition at line 48 of file AclCacheProvider.php.
loadAllAcls | ( | ) |
{{
Reimplemented from AclArrayProvider.
Definition at line 43 of file AclCacheProvider.php.
|
protected |
Reimplemented from AclArrayProvider.
Definition at line 38 of file AclCacheProvider.php.
saveAll | ( | ) |
Implements AclProviderInterface.
Definition at line 52 of file AclCacheProvider.php.