PHP Class Acl\Test\TestCase\Adapter\CachedDbAclTwoTest

Inheritance: extends Acl\Adapter\CachedDbAcl
Mostra file Open project: cakephp/acl

Public Properties

Property Type Description
$Permission

Public Methods

Method Description
__construct ( ) construct method
getCacheKey ( string | array | Cake\ORM\Entity $aro, string | array | Cake\ORM\Entity $aco, string $action ) : string Pass through for cache keys

Method Details

__construct() public method

construct method
public __construct ( )

getCacheKey() public method

Pass through for cache keys
public getCacheKey ( string | array | Cake\ORM\Entity $aro, string | array | Cake\ORM\Entity $aco, string $action ) : string
$aro string | array | Cake\ORM\Entity The requesting object identifier.
$aco string | array | Cake\ORM\Entity The controlled object identifier.
$action string Action
return string

Property Details

$Permission public_oe property

public $Permission