UpdateContactDtoCollection
Collection can only contain UpdateContactDTO items
Table of Contents
Methods
- all() : array<string|int, mixed>|array<string|int, UpdateContactDTO>
- Get all items
- append() : $this
- Append update contact DTO to collection
- count() : int
- Get count
- toArray() : array<string|int, mixed>
- To array all items
Methods
all()
Get all items
public
all() : array<string|int, mixed>|array<string|int, UpdateContactDTO>
Return values
array<string|int, mixed>|array<string|int, UpdateContactDTO>append()
Append update contact DTO to collection
public
append(UpdateContactDTO $item) : $this
Parameters
- $item : UpdateContactDTO
Return values
$thiscount()
Get count
public
count() : int
Return values
inttoArray()
To array all items
public
toArray() : array<string|int, mixed>