ModuleBase | +----Option
Located in File: Program_Root/module.inc.php
This class represents a field that is used in a form. The option can be created in a module and at the execution of the module it checks the existence and the value of the option.
ModulesHerman Suijs| Class Variable Summary |
$aliases
Default Value:
|
$regexp
Default Value:
|
$required
Default Value:
|
$default
Default Value:
|
$value
Default Value:
|
$enabled
Default Value:
|
$visible
Default Value:
|
| Variable Detail |
| Function Detail |
Option ( $names, [$regexp = ""], [$required = false], [$enabled = true], [$default = ""], [$visible = false] )
set_value ( $value )
set_visible ( [$visible = true] )
check_existence ( $vars )
check_value ( )