DeleteHistoryReport

Implements \IteratorAggregate

Class DeleteHistoryReport

package

Default

Methods

DeleteHistoryReport constructor.

__construct(array<mixed,\DeleteHistoryReportItem> $reports) 

Arguments

$reports

array<mixed,\DeleteHistoryReportItem>

Delete history reports.

Named constructor of delete history report.

collect(array<mixed,\DeleteHistoryReportItem> $reports) : \DeleteHistoryReport
static

Arguments

$reports

array<mixed,\DeleteHistoryReportItem>

Delete history reports.

Response

\DeleteHistoryReport

New instance.

Retrieve an external iterator

getIterator() : \Traversable
link

http://php.net/manual/en/iteratoraggregate.getiterator.php

since 5.0.0

Response

\Traversable

An instance of an object implementing Iterator or Traversable

Properties