FormElement
in package
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$help
public
string
$help
$id
public
string
$id
$name
public
string|null
$name
$options
public
array<string|int, mixed>
$options
$value
public
mixed
$value
Methods
__construct()
public
__construct(string $id, mixed $name, string $help, mixed $value, array<string|int, mixed> $options) : mixed
Parameters
- $id : string
-
$param string|null $name Null if same as id
- $name : mixed
- $help : string
- $value : mixed
- $options : array<string|int, mixed>