Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\acl\persistence$AclArrayProvider This class is part of Ubiquity. More...
Public Member Functions | |
__construct () | |
loadAllAcls () | |
{
| |
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) | |
isAutosave () | |
saveAll () | |
getDetails () | |
cacheUpdated () | |
Protected Member Functions | |
loadAllPart ($class) | |
Protected Attributes | |
$aclsArray | |
$parts | |
Ubiquity\security\acl\persistence$AclArrayProvider This class is part of Ubiquity.
Definition at line 19 of file AclArrayProvider.php.
__construct | ( | ) |
Reimplemented in AclCacheProvider.
Definition at line 25 of file AclArrayProvider.php.
clearAll | ( | ) |
{}
Implements AclProviderInterface.
Definition at line 133 of file AclArrayProvider.php.
existAcl | ( | AclElement | $aclElement | ) |
Implements AclProviderInterface.
Definition at line 120 of file AclArrayProvider.php.
existPart | ( | AbstractAclPart | $part | ) |
Implements AclProviderInterface.
Definition at line 115 of file AclArrayProvider.php.
getModelClassesSwap | ( | ) |
Implements AclProviderInterface.
Definition at line 124 of file AclArrayProvider.php.
loadAllAcls | ( | ) |
{
Implements AclProviderInterface.
Reimplemented in AclCacheProvider.
Definition at line 43 of file AclArrayProvider.php.
|
protected |
Reimplemented in AclCacheProvider.
Definition at line 27 of file AclArrayProvider.php.
loadAllPermissions | ( | ) |
{
Implements AclProviderInterface.
Definition at line 66 of file AclArrayProvider.php.
loadAllResources | ( | ) |
{
Implements AclProviderInterface.
Definition at line 75 of file AclArrayProvider.php.
loadAllRoles | ( | ) |
{
Implements AclProviderInterface.
Definition at line 84 of file AclArrayProvider.php.
removeAcl | ( | AclElement | $aclElement | ) |
Implements AclProviderInterface.
Definition at line 57 of file AclArrayProvider.php.
removePart | ( | \Ubiquity\security\acl\models\AbstractAclPart | $part | ) |
Definition at line 98 of file AclArrayProvider.php.
saveAcl | ( | AclElement | $aclElement | ) |
Implements AclProviderInterface.
Definition at line 53 of file AclArrayProvider.php.
savePart | ( | \Ubiquity\security\acl\models\AbstractAclPart | $part | ) |
Definition at line 88 of file AclArrayProvider.php.
updatePart | ( | string | $id, |
\Ubiquity\security\acl\models\AbstractAclPart | $part | ||
) |
Definition at line 93 of file AclArrayProvider.php.
|
protected |
Definition at line 21 of file AclArrayProvider.php.
|
protected |
Definition at line 23 of file AclArrayProvider.php.