Field
Table of Contents
Properties
-
$externalCode
: string
-
$format
: string|null
-
$name
: string
-
$type
: FieldType
Methods
-
__construct()
: mixed
$externalCode
read-only
public
string
$externalCode
public
string|null
$format
= null
$name
read-only
public
string
$name
$type
read-only
public
FieldType
$type
__construct()
public
__construct(string $externalCode, string $name, FieldType $type[, string|null $format = null ]) : mixed
Parameters
-
$externalCode
: string
-
-
$name
: string
-
-
$type
: FieldType
-
-
$format
: string|null
= null
-