DeleteHistoryReport

Implements \IteratorAggregate

Class DeleteHistoryReport

package

Default

Methods

DeleteHistoryReport constructor.

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

Arguments

$reports

array<mixed,\DeleteHistoryReportItem>

Delete history reports.

Adds an report item to the internal reports list.

_add(\DeleteHistoryReportItem $report) 

Arguments

$report

\DeleteHistoryReportItem

New report item.

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

reports

reports : array<mixed,\DeleteHistoryReportItem>
var

Type(s)

array<mixed,\DeleteHistoryReportItem>