WorksheetConfig
in package
Description of WorksheetConfig
Tags
Table of Contents
Properties
- $class : ClassDesc
- $headerRow : int
- $propertyMap : array<string|int, mixed>
- $worksheet : Worksheet
Methods
- __construct() : mixed
Properties
$class
public
ClassDesc
$class
$headerRow
public
int
$headerRow
$propertyMap
public
array<string|int, mixed>
$propertyMap
$worksheet
public
Worksheet
$worksheet
Methods
__construct()
public
__construct(ClassDesc $class, Worksheet $worksheet, int $headerRow, array<string, PropertyDesc> $propertyMap) : mixed
Parameters
- $class : ClassDesc
- $worksheet : Worksheet
- $headerRow : int
- $propertyMap : array<string, PropertyDesc>