PHP Class ScriptFUSION\Porter\Collection\CountableMappedRecords

Inheritance: extends MappedRecords, implements Countable, use trait CountableRecordsTrait
Show file Open project: ScriptFUSION/Porter

Public Methods

Method Description
__construct ( Iterator $records, integer $count, RecordCollection $previousCollection, ScriptFUSION\Mapper\Mapping $mapping )

Method Details

__construct() public method

public __construct ( Iterator $records, integer $count, RecordCollection $previousCollection, ScriptFUSION\Mapper\Mapping $mapping )
$records Iterator
$count integer
$previousCollection RecordCollection
$mapping ScriptFUSION\Mapper\Mapping