Class TAuthorizationRuleCollection
TAuthorizationRuleCollection class. TAuthorizationRuleCollection represents a
collection of authorization rules TAuthorizationRule
. To check if a user
is allowed, call TAuthorizationRuleCollection::isUserAllowed()
.
- TComponent
-
TList implements IteratorAggregate, ArrayAccess, Countable
-
TAuthorizationRuleCollection
Package: System\Security
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Security/TAuthorizationRule.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Security/TAuthorizationRule.php
public
boolean
|
|
public
|
#
insertAt( integer $index, mixed $item )
Inserts an item at the specified position. This overrides the parent implementation by performing additional operations for each newly added TAuthorizationRule object. |
__construct(),
add(),
clear(),
contains(),
copyFrom(),
count(),
getCount(),
getIterator(),
getReadOnly(),
indexOf(),
insertAfter(),
insertBefore(),
itemAt(),
mergeWith(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
removeAt(),
setReadOnly(),
toArray()
|
GLOBAL_RAISE_EVENT_LISTENER
|