phpDocumentor

ProductDTOs 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

Methods

__construct()

ProductDTO s constructor.

public __construct(array<string|int, ProductDTO...$dtos) : mixed
Parameters
$dtos : array<string|int, ProductDTO>
Return values
mixed

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results