__construct()
__construct(string $id, string $name, integer $type, string $label, string $value, boolean $checked = false, array $meta = array())
Construct new element
Parameters
string | $id | |
string | $name | Field name |
integer | $type | Field type |
string | $label | Field label |
string | $value | |
boolean | $checked | |
array | $meta | The meta array |