Field
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$blankId
: int
-
$connectorType
: string|null
-
$entityCode
: string|null
-
$entityType
: string|null
-
$hint
: string|null
-
$id
: int|null
-
$items
: ItemCollection|null
-
$label
: string|null
-
$name
: string
-
$party
: int
-
$placeHolder
: string|null
-
$required
: bool|null
-
$subfields
: FieldCollection|null
-
$type
: string
-
$values
: ValueCollection|null
Methods
-
__construct()
: mixed
-
isFilled()
: bool
-
isTypeFile()
: bool
-
replaceValueIfPresent()
: static
$blankId
public
int
$blankId
$connectorType
public
string|null
$connectorType
= null
$entityCode
public
string|null
$entityCode
= null
$entityType
public
string|null
$entityType
= null
$hint
public
string|null
$hint
= null
$id
public
int|null
$id
= null
$items
public
ItemCollection|null
$items
= null
$label
public
string|null
$label
$name
public
string
$name
$party
public
int
$party
$placeHolder
public
string|null
$placeHolder
= null
$required
public
bool|null
$required
= null
$subfields
public
FieldCollection|null
$subfields
= null
$type
public
string
$type
$values
public
ValueCollection|null
$values
= null
__construct()
public
__construct(int $blankId, int $party, string $type, string $name, string|null $label[, string|null $connectorType = null ][, string|null $entityType = null ][, string|null $entityCode = null ][, int|null $id = null ][, string|null $hint = null ][, string|null $placeHolder = null ][, ValueCollection|null $values = null ][, ItemCollection|null $items = null ][, FieldCollection|null $subfields = null ][, bool|null $required = null ]) : mixed
Parameters
-
$blankId
: int
-
-
$party
: int
-
-
$type
: string
-
-
$name
: string
-
-
$label
: string|null
-
-
$connectorType
: string|null
= null
-
-
$entityType
: string|null
= null
-
-
$entityCode
: string|null
= null
-
-
$id
: int|null
= null
-
-
$hint
: string|null
= null
-
-
$placeHolder
: string|null
= null
-
-
$values
: ValueCollection|null
= null
-
-
$items
: ItemCollection|null
= null
-
-
$subfields
: FieldCollection|null
= null
-
-
$required
: bool|null
= null
-
isFilled()
public
isFilled() : bool
isTypeFile()
public
isTypeFile() : bool
replaceValueIfPresent()
public
replaceValueIfPresent(Value|null $fieldValue) : static
Parameters
-
$fieldValue
: Value|null
-