ProductDTOs
in package
implements
IteratorAggregate
Class ProductDTOs
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $dtos : array<string|int, mixed>
- __construct() : mixed
- ProductDTO s constructor.
- getIterator() : Traversable|array<string|int, ProductDTO>
- toArray() : array<string|int, mixed>
Properties
$dtos
private
array<string|int, mixed>
$dtos
Methods
__construct()
ProductDTO s constructor.
public
__construct(array<string|int, ProductDTO> ...$dtos) : mixed
Parameters
- $dtos : array<string|int, ProductDTO>
Return values
mixed —getIterator()
public
getIterator() : Traversable|array<string|int, ProductDTO>
Return values
Traversable|array<string|int, ProductDTO> —toArray()
public
toArray() : array<string|int, mixed>