SubField
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$hint
: string|null
-
$label
: string|null
-
$name
: string
-
$placeholder
: string|null
-
$required
: string|null
-
$type
: string
Methods
-
__construct()
: mixed
-
createFromFieldItem()
: static
$hint
public
string|null
$hint
= null
$label
public
string|null
$label
= null
$name
public
string
$name
$placeholder
public
string|null
$placeholder
= null
$required
public
string|null
$required
= null
$type
public
string
$type
__construct()
public
__construct(string $type, string $name[, string|null $label = null ][, string|null $hint = null ][, string|null $placeholder = null ][, string|null $required = null ]) : mixed
Parameters
-
$type
: string
-
-
$name
: string
-
-
$label
: string|null
= null
-
-
$hint
: string|null
= null
-
-
$placeholder
: string|null
= null
-
-
$required
: string|null
= null
-
createFromFieldItem()
public
static createFromFieldItem(Field $field) : static
Parameters
-
$field
: Field
-