ScriptFUSION\Porter\Collection\CountablePorterRecords::__construct PHP Метод

__construct() публичный Метод

public __construct ( RecordCollection $records, integer $count, ImportSpecification $specification )
$records RecordCollection
$count integer
$specification ScriptFUSION\Porter\Specification\ImportSpecification
    public function __construct(RecordCollection $records, $count, ImportSpecification $specification)
    {
        parent::__construct($records, $specification);
        $this->setCount($count);
    }
CountablePorterRecords