Class AdminAccessRoleCollection
category |
System |
---|---|
package |
AdminAccess |
subpackage |
Collections |
__construct(array|mixed|null $argumentsArray = null)
Throws |
|
---|
array|mixed|null
add(\AdminAccessRoleInterface $role) : \AdminAccessRoleCollection
count() : integer
integer
getArray() : array
array
getClone() : \AdminAccessRoleCollection
\AdminAccessRoleCollection
Clone of role collection, so changes on clone won't affect original collection.
getItem( $p_index) : mixed
Throws |
|
---|
mixed
getIterator()
isEmpty() : boolean
boolean
remove(\AdminAccessRoleInterface $role) : \AdminAccessRoleCollection
Throws |
|
---|
\AdminAccessRoleCollection
Returns same instance for chained method calls.