Documentation

ExportField
in package

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

Properties

Methods

__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
Return values
int|null

getName()

public getName() : string
Return values
string

getType()

public getType() : string
Return values
string

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

        
On this page

Search results