ExportField
Table of Contents
Properties
-
$columnWidth
: int|null
-
$name
: string
-
$type
: string
-
$value
: mixed
Methods
-
__construct()
: mixed
-
getColumnWidth()
: int|null
-
getName()
: string
-
getType()
: string
-
getValue()
: mixed
-
setColumnWidth()
: void
-
setName()
: void
-
setType()
: void
-
setValue()
: void
$columnWidth
private
int|null
$columnWidth
$name
private
string
$name
$type
private
string
$type
$value
private
mixed
$value
__construct()
public
__construct(string $name, mixed $value, string $type[, int|null $columnWidth = null ]) : mixed
Parameters
-
$name
: string
-
-
$value
: mixed
-
-
$type
: string
-
-
$columnWidth
: int|null
= null
-
getColumnWidth()
public
getColumnWidth() : int|null
getName()
public
getName() : string
getType()
public
getType() : string
getValue()
public
getValue() : mixed
setColumnWidth()
public
setColumnWidth(int|null $columnWidth) : void
Parameters
-
$columnWidth
: int|null
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setType()
public
setType(string $type) : void
Parameters
-
$type
: string
-
setValue()
public
setValue(mixed $value) : void
Parameters
-
$value
: mixed
-