| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This class represents a file wizard property in a property form. More...
 Inheritance diagram for ilFileWizardInputGUI:
 Collaboration diagram for ilFileWizardInputGUI:Public Member Functions | |
| __construct (string $a_title="", string $a_postvar="") | |
| setImagePathWeb (string $a_path) | |
| getImagePathWeb () | |
| setFilenames (array $a_filenames) | |
| getFilenames () | |
| setAllowMove (bool $a_allow_move) | |
| getAllowMove () | |
| checkInput () | |
| insert (ilTemplate $a_tpl) | |
  Public Member Functions inherited from ilFileInputGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| setValueByArray (array $a_values) | |
| setValue (string $a_value) | |
| Set Value.  More... | |
| getValue () | |
| setSize (int $a_size) | |
| getSize () | |
| setFilename (string $a_val) | |
| getFilename () | |
| setSuffixes (array $a_suffixes) | |
| getSuffixes () | |
| setForbiddenSuffixes (array $a_suffixes) | |
| getForbiddenSuffixes () | |
| setPending (string $a_val) | |
| getPending () | |
| enableFileNameSelection (string $a_post_var) | |
| isFileNameSelectionEnabled () | |
| getFileNamePostVar () | |
| setAllowDeletion (bool $a_val) | |
| getALlowDeletion () | |
| checkInput () | |
| getInput () | |
| render (string $a_mode="") | |
| insert (ilTemplate $a_tpl) | |
| getDeletionFlag () | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI.  More... | |
  Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem (ilFormPropertyGUI $a_item) | |
| getSubItems () | |
| getSubInputItemsRecursive () | |
| returns a flat array of possibly existing subitems recursively  More... | |
| checkSubItemsInput () | |
| Check SubItems.  More... | |
| getSubForm () | |
| getItemByPostVar (string $a_post_var) | |
  Public Member Functions inherited from ilFormPropertyGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| executeCommand () | |
| getType () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setPostVar (string $a_postvar) | |
| getPostVar () | |
| getFieldId () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setAlert (string $a_alert) | |
| getAlert () | |
| setRequired (bool $a_required) | |
| getRequired () | |
| setDisabled (bool $a_disabled) | |
| getDisabled () | |
| checkInput () | |
| Check input, strip slashes etc.  More... | |
| setParentForm (ilPropertyFormGUI $a_parentform) | |
| getParentForm () | |
| setParent (ilFormPropertyGUI $a_val) | |
| getParent () | |
| getSubForm () | |
| hideSubForm () | |
| setHiddenTitle (string $a_val) | |
| getHiddenTitle () | |
| getItemByPostVar (string $a_post_var) | |
| Get item by post var.  More... | |
| serializeData () | |
| unserializeData (string $a_data) | |
| setParentTable ($a_val) | |
| Set parent table.  More... | |
| getParentTable () | |
| Get parent table.  More... | |
| writeToSession () | |
| clearFromSession () | |
| readFromSession () | |
| getHiddenTag (string $a_post_var, string $a_value) | |
| setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
| getMulti () | |
| setMultiValues (array $a_values) | |
| getMultiValues () | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g.  More... | |
| stripSlashesAddSpaceFallback (string $a_str) | |
| Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727.  More... | |
| getTableFilterLabelFor () | |
| Get label "for" attribute value for filter.  More... | |
| getFormLabelFor () | |
| Get label "for" attribute value for form.  More... | |
| setRequestParam (string $key, $val) | |
| This writes the request (aka post) values.  More... | |
Additional Inherited Members | |
  Static Public Member Functions inherited from ilFormPropertyGUI | |
| static | removeProhibitedCharacters (string $a_text) | 
| Remove prohibited characters see #19159.  More... | |
  Protected Member Functions inherited from ilFileInputGUI | |
| outputSuffixes (ilTemplate $a_tpl, string $a_block="allowed_suffixes") | |
| getMaxFileSizeString () | |
| getMaxFileUploads () | |
| Get number of maximum file uploads as declared in php.ini.  More... | |
  Protected Member Functions inherited from ilFormPropertyGUI | |
| symbol () | |
| setType (string $a_type) | |
| checkParentFormTable () | |
| getSessionKey () | |
| getMultiIconsHTML () | |
| int ($key) | |
| intArray ($key) | |
| str ($key) | |
| raw ($key) | |
| strArray ($key) | |
| arrayArray ($key) | |
| isRequestParamArray (string $key) | |
| getRequestParam (string $key, Refinery\Transformation $t) | |
This class represents a file wizard property in a property form.
Definition at line 28 of file class.ilFileWizardInputGUI.php.
| ilFileWizardInputGUI::__construct | ( | string | $a_title = "",  | 
        
| string | $a_postvar = ""  | 
        ||
| ) | 
Definition at line 37 of file class.ilFileWizardInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilFileWizardInputGUI::checkInput | ( | ) | 
Definition at line 81 of file class.ilFileWizardInputGUI.php.
References ilFileInputGUI\$filename, ilFormPropertyGUI\$lng, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFileInputGUI\getSuffixes(), ilFormPropertyGUI\setAlert(), ilLanguage\txt(), and ilVirusScanner\virusHandling().
 Here is the call graph for this function:| ilFileWizardInputGUI::getAllowMove | ( | ) | 
Definition at line 76 of file class.ilFileWizardInputGUI.php.
References $allowMove.
Referenced by insert().
 Here is the caller graph for this function:| ilFileWizardInputGUI::getFilenames | ( | ) | 
| ilFileWizardInputGUI::getImagePathWeb | ( | ) | 
Definition at line 56 of file class.ilFileWizardInputGUI.php.
References $imagepath_web.
Referenced by insert().
 Here is the caller graph for this function:| ilFileWizardInputGUI::insert | ( | ilTemplate | $a_tpl | ) | 
Definition at line 176 of file class.ilFileWizardInputGUI.php.
References ilFormPropertyGUI\$lng, $tpl, ilFileInputGUI\$value, ilGlobalTemplateInterface\get(), getAllowMove(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getImagePathWeb(), ilFileInputGUI\getMaxFileSizeString(), ilFileInputGUI\getMaxFileUploads(), ilFormPropertyGUI\getPostVar(), ilFileInputGUI\outputSuffixes(), ilTemplate\parseCurrentBlock(), ilGlobalTemplateInterface\parseCurrentBlock(), ilLegacyFormElementsUtil\prepareFormOutput(), ilTemplate\setCurrentBlock(), ilGlobalTemplateInterface\setCurrentBlock(), ilGlobalTemplateInterface\setVariable(), HTML_Template_IT\setVariable(), and ilLanguage\txt().
 Here is the call graph for this function:| ilFileWizardInputGUI::setAllowMove | ( | bool | $a_allow_move | ) | 
Definition at line 71 of file class.ilFileWizardInputGUI.php.
| ilFileWizardInputGUI::setFilenames | ( | array | $a_filenames | ) | 
Definition at line 61 of file class.ilFileWizardInputGUI.php.
Referenced by ilForumThreadFormGUI\addFileUploadInput(), ilExAssignmentEditorGUI\initAssignmentForm(), ilObjSessionGUI\initForm(), ilObjForumGUI\initReplyEditForm(), and ilExSubmissionFileGUI\initUploadForm().
 Here is the caller graph for this function:| ilFileWizardInputGUI::setImagePathWeb | ( | string | $a_path | ) | 
Definition at line 51 of file class.ilFileWizardInputGUI.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilFileWizardInputGUI.php.
Referenced by getAllowMove().
      
  | 
  protected | 
Definition at line 33 of file class.ilFileWizardInputGUI.php.
Referenced by getFilenames().
      
  | 
  protected | 
Definition at line 35 of file class.ilFileWizardInputGUI.php.
Referenced by getImagePathWeb().
      
  | 
  protected | 
Definition at line 30 of file class.ilFileWizardInputGUI.php.
Referenced by insert().
      
  | 
  protected | 
Definition at line 31 of file class.ilFileWizardInputGUI.php.
      
  | 
  protected | 
Definition at line 32 of file class.ilFileWizardInputGUI.php.