PHP 클래스 Acl\Test\TestCase\Adapter\CachedDbAclTwoTest

상속: extends Acl\Adapter\CachedDbAcl
파일 보기 프로젝트 열기: cakephp/acl

공개 프로퍼티들

프로퍼티 타입 설명
$Permission

공개 메소드들

메소드 설명
__construct ( ) construct method
getCacheKey ( string | array | Cake\ORM\Entity $aro, string | array | Cake\ORM\Entity $aco, string $action ) : string Pass through for cache keys

메소드 상세

__construct() 공개 메소드

construct method
public __construct ( )

getCacheKey() 공개 메소드

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
리턴 string

프로퍼티 상세

$Permission 공개적으로 프로퍼티

public $Permission