Example #1
0
 public function __construct(RecordCollection $records, ImportSpecification $specification)
 {
     parent::__construct($records, $records);
     $this->specification = $specification;
 }
Example #2
0
 public function __construct(\Iterator $providerRecords, ProviderResource $resource)
 {
     parent::__construct($providerRecords);
     $this->resource = $resource;
 }
Example #3
0
 public function __construct(\Iterator $records, RecordCollection $previousCollection, Mapping $mapping)
 {
     parent::__construct($records, $previousCollection);
     $this->mapping = $mapping;
 }