| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
 Inheritance diagram for ilADTBooleanFormBridge:
 Collaboration diagram for ilADTBooleanFormBridge:Public Member Functions | |
| addToForm () | |
| Add ADT-specific fields to form.  More... | |
| importFromPost () | |
| Import values from form request POST data.  More... | |
| validate () | |
  Public Member Functions inherited from ilADTFormBridge | |
| __construct (ilADT $a_adt) | |
| getADT () | |
| setForm (ilPropertyFormGUI $a_form) | |
| getForm () | |
| setElementId (string $a_value) | |
| Set element id (aka form field)  More... | |
| getElementId () | |
| setTitle (string $a_value) | |
| getTitle () | |
| setInfo (string $a_value) | |
| getInfo () | |
| setParentElement ($a_value) | |
| getParentElement () | |
| Get parent element.  More... | |
| setDisabled (bool $a_value) | |
| isDisabled () | |
| setRequired (bool $a_value) | |
| isRequired () | |
| addToForm () | |
| Add ADT-specific fields to form.  More... | |
| addJS (ilGlobalTemplateInterface $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 () | |
| setExternalErrors (array $a_errors) | |
Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| isActiveForSubItems ($a_parent_option=null) | |
| Check if element is currently active for subitem(s)  More... | |
  Protected Member Functions inherited from ilADTFormBridge | |
| isValidADT (ilADT $a_adt) | |
| setADT (ilADT $a_adt) | |
| addBasicFieldProperties (ilFormPropertyGUI $a_field, ilADTDefinition $a_def) | |
| Helper method to handle generic properties like setRequired(), setInfo()  More... | |
| findParentElementInForm () | |
| addToParentElement (ilFormPropertyGUI $a_field) | |
| isActiveForSubItems ($a_parent_option=null) | |
| Check if element is currently active for subitem(s)  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilADTFormBridge | |
| ilADT | $adt | 
| ilPropertyFormGUI | $form | 
| $parent | |
| string | $id = null | 
| string | $title = '' | 
| string | $info = '' | 
| $parent_element | |
| bool | $required = false | 
| bool | $disabled = false | 
| ilLanguage | $lng | 
Definition at line 5 of file class.ilADTBooleanFormBridge.php.
| ilADTBooleanFormBridge::addToForm | ( | ) | 
Add ADT-specific fields to form.
Reimplemented from ilADTFormBridge.
Definition at line 12 of file class.ilADTBooleanFormBridge.php.
References ilADTFormBridge\addBasicFieldProperties(), ilADTFormBridge\addToParentElement(), ilADTFormBridge\getADT(), ilADTFormBridge\getElementId(), and ilADTFormBridge\getTitle().
 Here is the call graph for this function:| ilADTBooleanFormBridge::importFromPost | ( | ) | 
Import values from form request POST data.
Reimplemented from ilADTFormBridge.
Definition at line 22 of file class.ilADTBooleanFormBridge.php.
References ilADTFormBridge\getADT(), ilADTFormBridge\getElementId(), and ilADTFormBridge\getForm().
 Here is the call graph for this function:
      
  | 
  protected | 
Check if element is currently active for subitem(s)
| mixed | null | $a_parent_option | 
Reimplemented from ilADTFormBridge.
Definition at line 41 of file class.ilADTBooleanFormBridge.php.
References ilADTFormBridge\getADT().
 Here is the call graph for this function:
      
  | 
  protected | 
Reimplemented from ilADTFormBridge.
Definition at line 7 of file class.ilADTBooleanFormBridge.php.
| ilADTBooleanFormBridge::validate | ( | ) | 
Reimplemented from ilADTFormBridge.
Definition at line 36 of file class.ilADTBooleanFormBridge.php.