|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilADTGroupFormBridge:
Collaboration diagram for ilADTGroupFormBridge:Public Member Functions | |
| getElements () | |
| getElement ($a_name) | |
| addToForm () | |
| Add ADT-specific fields to form. More... | |
| addJS (ilGlobalTemplate $a_tpl) | |
| Add ADT-specific JS-files to template. More... | |
| importFromPost () | |
| Import values from form request POST data. More... | |
| validate () | |
| Validate ADT and parse error codes. More... | |
Public Member Functions inherited from ilADTFormBridge | |
| __construct (ilADT $a_adt) | |
| Constructor. More... | |
| getADT () | |
| Get ADT. More... | |
| setForm (ilPropertyFormGUI $a_form) | |
| Set form. More... | |
| getForm () | |
| Get form. More... | |
| setElementId ($a_value) | |
| Set element id (aka form field) More... | |
| getElementId () | |
| Get element id. More... | |
| setTitle ($a_value) | |
| Set title (aka form field caption) More... | |
| getTitle () | |
| Get title. More... | |
| setInfo ($a_value) | |
| Set info (aka form field info text) More... | |
| getInfo () | |
| Get info. More... | |
| setParentElement ($a_value) | |
| Set parent element. More... | |
| getParentElement () | |
| Get parent element. More... | |
| setDisabled ($a_value) | |
| Set disabled. More... | |
| isDisabled () | |
| Get disabled. More... | |
| setRequired ($a_value) | |
| Set required. More... | |
| isRequired () | |
| Get required. More... | |
| addToForm () | |
| Add ADT-specific fields to form. More... | |
| addJS (ilGlobalTemplate $a_tpl) | |
| Add ADT-specific JS-files to template. More... | |
| shouldBeImportedFromPost (ilADTFormBridge $a_parent_adt=null) | |
| Check if incoming values should be imported at all. More... | |
| importFromPost () | |
| Import values from form request POST data. More... | |
| validate () | |
| Validate ADT and parse error codes. More... | |
| setExternalErrors ($a_errors) | |
Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid. More... | |
| prepareElements () | |
Protected Member Functions inherited from ilADTFormBridge | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid. More... | |
| setADT (ilADT $a_adt) | |
| Set ADT. More... | |
| addBasicFieldProperties (ilFormPropertyGUI $a_field, ilADTDefinition $a_def) | |
| Helper method to handle generic properties like setRequired(), setInfo() More... | |
| findParentElementInForm () | |
| Try to find parent element in form (could be option) More... | |
| addToParentElement (ilFormPropertyGUI $a_field) | |
| Add form field to parent element. More... | |
| isActiveForSubItems ($a_parent_option=null) | |
| Check if element is currently active for subitem(s) More... | |
Protected Attributes | |
| $elements = [] | |
Protected Attributes inherited from ilADTFormBridge | |
| $adt | |
| $form | |
| $id | |
| $title | |
| $info | |
| $parent_element | |
| $required | |
| $disabled | |
Definition at line 5 of file class.ilADTGroupFormBridge.php.
| ilADTGroupFormBridge::addJS | ( | ilGlobalTemplate | $a_tpl | ) |
Add ADT-specific JS-files to template.
| ilGlobalTemplate | $a_tpl |
Reimplemented from ilADTFormBridge.
Definition at line 65 of file class.ilADTGroupFormBridge.php.
References prepareElements().
Here is the call graph for this function:| ilADTGroupFormBridge::addToForm | ( | ) |
Add ADT-specific fields to form.
Reimplemented from ilADTFormBridge.
Definition at line 46 of file class.ilADTGroupFormBridge.php.
References $section, ilADTFormBridge\getForm(), ilADTFormBridge\getInfo(), ilADTFormBridge\getTitle(), and prepareElements().
Here is the call graph for this function:| ilADTGroupFormBridge::getElement | ( | $a_name | ) |
Definition at line 38 of file class.ilADTGroupFormBridge.php.
References prepareElements().
Referenced by ilADTTestGUI\prepareFormElements().
Here is the call graph for this function:
Here is the caller graph for this function:| ilADTGroupFormBridge::getElements | ( | ) |
Definition at line 32 of file class.ilADTGroupFormBridge.php.
References $elements, and prepareElements().
Referenced by prepareElements(), ilADTTestGUI\prepareFormElements(), and validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilADTGroupFormBridge::importFromPost | ( | ) |
Import values from form request POST data.
Reimplemented from ilADTFormBridge.
Definition at line 73 of file class.ilADTGroupFormBridge.php.
References prepareElements().
Here is the call graph for this function:
|
protected |
Check if given ADT is valid.
:TODO: This could be avoided with type-specifc constructors :TODO: bridge base class?
| ilADT | $a_adt |
Reimplemented from ilADTFormBridge.
Definition at line 9 of file class.ilADTGroupFormBridge.php.
|
protected |
Definition at line 14 of file class.ilADTGroupFormBridge.php.
References $factory, $name, ilADTFormBridge\getADT(), getElements(), ilADTFormBridge\getForm(), and ilADTFactory\getInstance().
Referenced by addJS(), addToForm(), getElement(), getElements(), and importFromPost().
Here is the call graph for this function:
Here is the caller graph for this function:| ilADTGroupFormBridge::validate | ( | ) |
Validate ADT and parse error codes.
Reimplemented from ilADTFormBridge.
Definition at line 95 of file class.ilADTGroupFormBridge.php.
References $DIC, $errors, $lng, $valid, ilADTFormBridge\getADT(), getElements(), and ilADTFormBridge\getForm().
Here is the call graph for this function:
|
protected |
Definition at line 7 of file class.ilADTGroupFormBridge.php.
Referenced by getElements().