Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
PHP Zend_Acl::_getRoleRegistry示例
编程语言:
PHP
类/类型:
Zend_Acl
方法/功能:
_getRoleRegistry
hotexamples.com的示例:
1
PHP Zend_Acl::_getRoleRegistry - 已找到1个示例
。这些是从开源项目中提取的最受好评的
Zend_Acl::_getRoleRegistry
现实PHP示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
isAllowed(30)
add(30)
addResource(30)
addRole(30)
allow(30)
deny(30)
has(30)
hasRole(18)
inheritsRole(6)
get(4)
removeRole(4)
removeAllow(3)
getRoles(3)
removeAll(3)
removeRoleAll(3)
inherits(3)
setRule(3)
remove(3)
removeDeny(2)
getResources(2)
getRole(2)
_getPermission(1)
isUserAllowed(1)
removeResourceAll(1)
setLogger(1)
removeResource(1)
getUser(1)
inheritsResource(1)
hasResource(1)
_getRoleRegistry(1)
getResource(1)
getRegisteredRoles(1)
getParent(1)
getNoAuthAction(1)
getNoAclAction(1)
getIdentity(1)
getChildren(1)
aroRegistry(1)
_isRoot(1)
valid(1)
常用方法
isAllowed (30)
add (30)
addResource (30)
addRole (30)
allow (30)
deny (30)
has (30)
hasRole (18)
inheritsRole (6)
get (4)
常用方法
removeRole (4)
removeAllow (3)
getRoles (3)
removeAll (3)
removeRoleAll (3)
inherits (3)
setRule (3)
remove (3)
removeDeny (2)
getResources (2)
getRole (2)
_getPermission (1)
isUserAllowed (1)
removeResourceAll (1)
setLogger (1)
removeResource (1)
getUser (1)
inheritsResource (1)
hasResource (1)
_getRoleRegistry (1)
常用方法
getRole (2)
_getPermission (1)
isUserAllowed (1)
removeResourceAll (1)
setLogger (1)
removeResource (1)
getUser (1)
inheritsResource (1)
hasResource (1)
_getRoleRegistry (1)
getResource (1)
getRegisteredRoles (1)
getParent (1)
getNoAuthAction (1)
getNoAclAction (1)
getIdentity (1)
getChildren (1)
aroRegistry (1)
_isRoot (1)
valid (1)
常用方法
getResource (1)
getRegisteredRoles (1)
getParent (1)
getNoAuthAction (1)
getNoAclAction (1)
getIdentity (1)
getChildren (1)
aroRegistry (1)
_isRoot (1)
valid (1)
示例#1
0
显示文件
文件:
Adapter.php
项目:
roycocup/Tests
public function getRoleRegistry() { return parent::_getRoleRegistry(); }
x