FormBase
class FormBase
Class FormBase
Properties
| protected array | $config | ||
| bool | $save_requires_edit_var | ||
| Form | $form | ||
| protected | $field_disable_save | Set to false if this field is not "saveable", e.g. static test |
Methods
__construct()
FormBase constructor.
append(string $name, mixed $value, bool|string $key = false)
No description
void
concat(string $name, string $value)
No description
mixed
destroy($name)
No description
mixed
get(string $name)
No description
array
getConfig()
No description
array
get_group(string $prefix)
No description
array
get_properties()
No description
init_obj()
Initializes the form base
bool
is_displayed()
Checks if the field is hidden by a tag. It is important when validating
$this
set(string $propertyName, mixed $propertyValue)
No description
void
set_properties(array $array)
No description
Details
at line 31
__construct()
FormBase constructor.
The constructor is able to set an array of properties options
at line 198
append(string $name, mixed $value, bool|string $key = false)
No description
at line 183
void
concat(string $name, string $value)
No description
at line 168
mixed
destroy($name)
No description
at line 77
mixed
get(string $name)
No description
at line 84
array
getConfig()
No description
at line 217
array
get_group(string $prefix)
No description
at line 92
array
get_properties()
No description
at line 39
init_obj()
Initializes the form base
at line 237
bool
is_displayed()
Checks if the field is hidden by a tag. It is important when validating
at line 104
$this
set(string $propertyName, mixed $propertyValue)
No description
at line 153
void
set_properties(array $array)
No description