SchemesImporter
in package
Table of Contents
- $adapter : FileAdapter
- $organizationId : ObjectId
- $schemesCollection : SchemesCollection
- __construct() : mixed
- import() : void
Properties
$adapter read-only
private
FileAdapter
$adapter
$organizationId read-only
private
ObjectId
$organizationId
$schemesCollection read-only
private
SchemesCollection
$schemesCollection
Methods
__construct()
public
__construct(FileAdapter $adapter, SchemesCollection $schemesCollection, ObjectId $organizationId) : mixed
Parameters
- $adapter : FileAdapter
- $schemesCollection : SchemesCollection
- $organizationId : ObjectId
Return values
mixed —import()
public
import(FileInterface $file) : void
Parameters
- $file : FileInterface