GroupDTOCollection
in package
implements
GroupDTOCollectionInterface
Class GroupDTOCollection
Interfaces, Classes and Traits
- GroupDTOCollectionInterface
- Interface GroupDTOCollectionInterface
Table of Contents
- $groups : array<string|int, mixed>
- addGroup() : mixed
- addGroups() : mixed
- count() : int
- getById() : mixed
- getIterator() : Traversable
- jsonSerialize() : mixed
Properties
$groups
protected
array<string|int, mixed>
$groups
= []
Methods
addGroup()
public
addGroup(GroupDTO $group) : mixed
Parameters
- $group : GroupDTO
Tags
Return values
mixed —addGroups()
public
addGroups(GroupDTOCollectionInterface $groups) : mixed
Parameters
- $groups : GroupDTOCollectionInterface
Tags
Return values
mixed —count()
public
count() : int
Tags
Return values
int —getById()
public
getById(GroupIdentifierInterface $id) : mixed
Parameters
- $id : GroupIdentifierInterface
Tags
Return values
mixed —getIterator()
public
getIterator() : Traversable
Tags
Return values
Traversable —jsonSerialize()
public
jsonSerialize() : mixed