예제 #1
0
 public function __construct()
 {
     parent::__construct('resource', 'Acl\\Entity\\Resource');
 }
예제 #2
0
파일: Rule.php 프로젝트: hoangpt/nextcms
 public function __construct()
 {
     parent::__construct('rule', 'Acl\\Entity\\Rule');
 }
예제 #3
0
파일: User.php 프로젝트: hoangpt/nextcms
 public function __construct()
 {
     parent::__construct('user', 'User\\Entity\\User');
 }