![]() |
Grima
2018-08
Whispering into Alma's ear
|
A holder for the user inputs to a grima, base on the XML file. More...
Public Member Functions | |
| loadValues ($obj) | |
| load values into the form More... | |
| loadPersistentValues ($obj) | |
| load persistent values into the form More... | |
| fromXML ($xml) | |
| interpret XML to determine form fields and behavior More... | |
Public Attributes | |
| $fields = array() | |
| $title | |
Protected Attributes | |
| $action | |
A holder for the user inputs to a grima, base on the XML file.
Definition at line 1428 of file grima-lib.php.
| GrimaForm::fromXML | ( | $xml | ) |
interpret XML to determine form fields and behavior
| string | $xml | XML document |
Definition at line 1470 of file grima-lib.php.
| GrimaForm::loadPersistentValues | ( | $obj | ) |
load persistent values into the form
| Object | $obj | array-accessible |
Definition at line 1454 of file grima-lib.php.
| GrimaForm::loadValues | ( | $obj | ) |
load values into the form
| Object | $obj | array-accessible |
Definition at line 1439 of file grima-lib.php.
|
protected |
Definition at line 1431 of file grima-lib.php.
| GrimaForm::$fields = array() |
Definition at line 1429 of file grima-lib.php.
| GrimaForm::$title |
Definition at line 1430 of file grima-lib.php.
1.8.14