FusionDirectory
|
Class for applying a template. More...
Public Member Functions | |
reset () | |
Used when you need to re-apply the same template with different values. | |
serialize () | |
Serialize this template for webservice. | |
deserialize ($values) | |
Deserialize values into the template. | |
getValues () | |
Get all attribute values. More... | |
setValues ($values, $ldapFormat=FALSE) | |
Set values. | |
readPost () | |
Interpret POST content. | |
update () | |
Update state and return FALSE if the dialog was closed. | |
render () | |
Render the dialog and returns the HTML code. | |
Class for applying a template.
Definition at line 27 of file class_template.inc.
getValues | ( | ) |
Get all attribute values.
this produces a format that you can send to setValues later (after a reset for instance)
Definition at line 216 of file class_template.inc.