SchemeFieldsExporter
in package
Table of Contents
- $adapter : FileAdapter
- $schemesCollection : SchemesCollection
- __construct() : mixed
- export() : TmpFile
- parseFields() : array<string|int, mixed>
Properties
$adapter read-only
private
FileAdapter
$adapter
$schemesCollection read-only
private
SchemesCollection
$schemesCollection
Methods
__construct()
public
__construct(FileAdapter $adapter, SchemesCollection $schemesCollection) : mixed
Parameters
- $adapter : FileAdapter
- $schemesCollection : SchemesCollection
Return values
mixed —export()
public
export(ObjectId $schemeId, ObjectId $organizationId) : TmpFile
Parameters
- $schemeId : ObjectId
- $organizationId : ObjectId
Return values
TmpFile —parseFields()
private
parseFields(array<string|int, mixed> $fields[, string|null $parent = null ]) : array<string|int, mixed>
Parameters
- $fields : array<string|int, mixed>
- $parent : string|null = null