Class AdminAccessRoleCollection
Class AdminAccessRoleCollection
- AbstractCollection implements IteratorAggregate, Countable
- ┗ AdminAccessRoleCollection
Package: AdminAccess\Collections
Category: System
Located at Services/System/AdminAccess/Collections/AdminAccessRoleCollection.inc.php
Category: System
Located at Services/System/AdminAccess/Collections/AdminAccessRoleCollection.inc.php
Methods summary
public
add( AdminAccessRoleInterface $role )
: AdminAccessRoleCollection
Adds a given role to this collection.
public
remove( AdminAccessRoleInterface $role )
: AdminAccessRoleCollection
Removes a given role from this collection.
Methods inherited from AbstractCollection
__construct(),
_add(),
_getExceptionText(),
_itemIsValid(),
count(),
getArray(),
getItem(),
getIterator(),
isEmpty()