![]() |
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 1560 of file grima-lib.php.
| GrimaForm::fromXML | ( | $xml | ) |
interpret XML to determine form fields and behavior
| string | $xml | XML document |
Definition at line 1600 of file grima-lib.php.
| GrimaForm::loadPersistentValues | ( | $obj | ) |
load persistent values into the form
| Object | $obj | array-accessible |
Definition at line 1586 of file grima-lib.php.
| GrimaForm::loadValues | ( | $obj | ) |
load values into the form
| Object | $obj | array-accessible |
Definition at line 1571 of file grima-lib.php.
|
protected |
Definition at line 1563 of file grima-lib.php.
| GrimaForm::$fields = array() |
Definition at line 1561 of file grima-lib.php.
| GrimaForm::$title |
Definition at line 1562 of file grima-lib.php.
1.8.13