| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
external link form bridge More...
 Inheritance diagram for ilADTExternalLinkFormBridge:
 Collaboration diagram for ilADTExternalLinkFormBridge:Public Member Functions | |
| __construct (ilADT $a_adt) | |
| addToForm () | |
| Add element to form.  More... | |
| importFromPost () | |
| Import from post.  More... | |
  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) | |
| Is valid type.  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... | |
Protected Attributes | |
| ilLogger | $logger | 
  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 | 
external link form bridge
Definition at line 12 of file class.ilADTExternalLinkFormBridge.php.
| ilADTExternalLinkFormBridge::__construct | ( | ilADT | $a_adt | ) | 
Definition at line 16 of file class.ilADTExternalLinkFormBridge.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\logger().
 Here is the call graph for this function:| ilADTExternalLinkFormBridge::addToForm | ( | ) | 
Add element to form.
Definition at line 37 of file class.ilADTExternalLinkFormBridge.php.
References ilADTFormBridge\$title, $url, ilADTFormBridge\addBasicFieldProperties(), ilADTFormBridge\addToParentElement(), ilADTFormBridge\getADT(), ilADTFormBridge\getElementId(), ilADTFormBridge\getTitle(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilADTExternalLinkFormBridge::importFromPost | ( | ) | 
Import from post.
Definition at line 60 of file class.ilADTExternalLinkFormBridge.php.
References ilADTFormBridge\getADT(), ilADTFormBridge\getElementId(), ilADTFormBridge\getForm(), ilADTFormBridge\getTitle(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  protected | 
Is valid type.
| ilADT | $a_adt | 
Definition at line 29 of file class.ilADTExternalLinkFormBridge.php.
      
  | 
  protected | 
Definition at line 14 of file class.ilADTExternalLinkFormBridge.php.