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