Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
AclManagerTester Class Reference
+ Inheritance diagram for AclManagerTester:

Static Public Member Functions

static cacheUpdated ()
 Checks if ACL cache is updated.
 
static existPartIn (AbstractAclPart $part, string $providerClass)
 
static existAclIn (AclElement $elm, string $providerClass)
 
static roleExists (string $roleName)
 
static resourceExists (string $resourceName)
 
static permissionExists (string $permissionName)
 

Detailed Description

Definition at line 12 of file AclManagerTester.php.

Member Function Documentation

◆ cacheUpdated()

static cacheUpdated ( )
static

Checks if ACL cache is updated.

Do not use directly from this class: use checkCache instead.

Returns
bool

Definition at line 19 of file AclManagerTester.php.

◆ existAclIn()

static existAclIn ( AclElement  $elm,
string  $providerClass 
)
static
Parameters
AclElement$elm
string$providerClass
Returns
boolean

Definition at line 39 of file AclManagerTester.php.

◆ existPartIn()

static existPartIn ( AbstractAclPart  $part,
string  $providerClass 
)
static
Parameters
AbstractAclPart$part
string$providerClass
Returns
boolean

Definition at line 29 of file AclManagerTester.php.

◆ permissionExists()

static permissionExists ( string  $permissionName)
static

Definition at line 51 of file AclManagerTester.php.

◆ resourceExists()

static resourceExists ( string  $resourceName)
static

Definition at line 47 of file AclManagerTester.php.

◆ roleExists()

static roleExists ( string  $roleName)
static

Definition at line 43 of file AclManagerTester.php.


The documentation for this class was generated from the following file: