phpDocumentor

CustomerReviews implements IteratorAggregate

Class CustomerReviews

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$customerReviews  : array<string|int, mixed>
create()  : CustomerReviews
getIterator()  : Traversable|array<string|int, CustomerReview>
toArray()  : array<string|int, mixed>
__construct()  : mixed
CustomerReviews constructor.

Properties

Methods

toArray()

public toArray([string $datetimeFormat = 'Y-m-d H:i:s' ]) : array<string|int, mixed>
Parameters
$datetimeFormat : string = 'Y-m-d H:i:s'
Return values
array<string|int, mixed>

__construct()

CustomerReviews constructor.

private __construct(array<string|int, CustomerReview$customerReviews) : mixed
Parameters
$customerReviews : array<string|int, CustomerReview>
Return values
mixed

Search results