Class AdminAccessRoleCollection

Class AdminAccessRoleCollection

AbstractCollection implements IteratorAggregate, Countable
AdminAccessRoleCollection

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.

public getClone( void ) : AdminAccessRoleCollection

Clones this collection.

protected _getValidType( void ) : string

Return this collections valid type.

Methods inherited from AbstractCollection

__construct(), _add(), _getExceptionText(), _itemIsValid(), count(), getArray(), getItem(), getIterator(), isEmpty()

Properties summary

Properties inherited from AbstractCollection

$collectionContentArray