Avolutions\Collection\CollectionInterface
An interface which declares the base collection functionality.
Methods
| Method |
Visibility |
Description |
| count() |
public |
Returns the number of items in the Collection. |
| getAll() |
public |
Returns all items of the Collection. |
count()
Returns the number of items in the Collection.
public
count() : int
Return values
int Returns the number of items in the Collection.
getAll()
Returns all items of the Collection.
public
getAll() : array<string|int, mixed>
Return values
array<string|int, mixed> Returns all items of the Collection.