| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a file property in a property form. More...
 Inheritance diagram for ilFileInputGUI:
 Inheritance diagram for ilFileInputGUI: Collaboration diagram for ilFileInputGUI:
 Collaboration diagram for ilFileInputGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setSize ($a_size) | |
| Set Size. | |
| getSize () | |
| Get Size. | |
| setFilename ($a_val) | |
| Set filename value (if filename selection is enabled) | |
| getFilename () | |
| Get Value. | |
| setSuffixes ($a_suffixes) | |
| Set Accepted Suffixes. | |
| getSuffixes () | |
| Get Accepted Suffixes. | |
| enableFileNameSelection ($a_post_var) | |
| If enabled, users get the possibility to enter a filename for the uploaded file. | |
| isFileNameSelectionEnabled () | |
| Check if filename selection is enabled. | |
| getFileNamePostVar () | |
| Get file name post var. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| render ($a_mode="") | |
| Render html. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getToolbarHTML () | |
| Get HTML for toolbar. | |
|  Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
|  Public Member Functions inherited from ilFormPropertyGUI | |
| & | executeCommand () | 
| Execute command. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setAlert ($a_alert) | |
| Set Alert Text. | |
| getAlert () | |
| Get Alert Text. | |
| setRequired ($a_required) | |
| Set Required. | |
| getRequired () | |
| Get Required. | |
| setDisabled ($a_disabled) | |
| Set Disabled. | |
| getDisabled () | |
| Get Disabled. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setParent ($a_val) | |
| Set Parent GUI object. | |
| getParent () | |
| Get Parent GUI object. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| serializeData () | |
| serialize data | |
| unserializeData ($a_data) | |
| unserialize data | |
| writeToSession () | |
| Write to session. | |
| clearFromSession () | |
| Clear session value. | |
| readFromSession () | |
| Read from session. | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) | |
| Protected Member Functions | |
| outputSuffixes ($a_tpl, $a_block="allowed_suffixes") | |
| getMaxFileSizeString () | |
| Protected Attributes | |
| $size = 40 | |
|  Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
|  Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| Private Attributes | |
| $filename | |
| $filename_post | |
This class represents a file property in a property form.
Definition at line 14 of file class.ilFileInputGUI.php.
| ilFileInputGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilFileWizardInputGUI, ilImagemapFileInputGUI, ilFlashFileInputGUI, and ilImageFileInputGUI.
Definition at line 26 of file class.ilFileInputGUI.php.
References $lng, ilFormPropertyGUI\setHiddenTitle(), and ilFormPropertyGUI\setType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFileInputGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilFileWizardInputGUI, ilImagemapFileInputGUI, and ilFlashFileInputGUI.
Definition at line 172 of file class.ilFileInputGUI.php.
References $_POST, $filename, $lng, ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getSuffixes(), getValue(), ilFormPropertyGUI\setAlert(), ilUtil\stripSlashes(), and ilUtil\virusHandling().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFileInputGUI::enableFileNameSelection | ( | $a_post_var | ) | 
If enabled, users get the possibility to enter a filename for the uploaded file.
public
| string | post variable | 
Definition at line 138 of file class.ilFileInputGUI.php.
| ilFileInputGUI::getFilename | ( | ) | 
Get Value.
Definition at line 104 of file class.ilFileInputGUI.php.
References $filename.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::getFileNamePostVar | ( | ) | 
Get file name post var.
public
| string | file name post var | 
Definition at line 162 of file class.ilFileInputGUI.php.
References $filename_post.
Referenced by render(), and setValueByArray().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 355 of file class.ilFileInputGUI.php.
Referenced by ilImageFileInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilFlashFileInputGUI\insert(), and render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::getSize | ( | ) | 
Get Size.
Definition at line 84 of file class.ilFileInputGUI.php.
References $size.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::getSuffixes | ( | ) | 
Get Accepted Suffixes.
Definition at line 126 of file class.ilFileInputGUI.php.
Referenced by ilFlashFileInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), checkInput(), and outputSuffixes().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::getToolbarHTML | ( | ) | 
Get HTML for toolbar.
Implements ilToolbarItem.
Definition at line 385 of file class.ilFileInputGUI.php.
References render().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFileInputGUI::getValue | ( | ) | 
Get Value.
Reimplemented in ilFlashFileInputGUI.
Definition at line 64 of file class.ilFileInputGUI.php.
Referenced by ilImagemapFileInputGUI\checkInput(), checkInput(), ilImageFileInputGUI\insert(), ilImagemapFileInputGUI\insert(), and render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Reimplemented in ilFlashFileInputGUI, ilImagemapFileInputGUI, ilFileWizardInputGUI, and ilImageFileInputGUI.
Definition at line 326 of file class.ilFileInputGUI.php.
References render().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFileInputGUI::isFileNameSelectionEnabled | ( | ) | 
Check if filename selection is enabled.
public
Definition at line 150 of file class.ilFileInputGUI.php.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 336 of file class.ilFileInputGUI.php.
References $lng, and getSuffixes().
Referenced by ilImageFileInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilFlashFileInputGUI\insert(), and render().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::render | ( | $a_mode = "" | ) | 
Render html.
Definition at line 277 of file class.ilFileInputGUI.php.
References $lng, ilFormPropertyGUI\getFieldId(), getFilename(), getFileNamePostVar(), getMaxFileSizeString(), ilFormPropertyGUI\getPostVar(), getSize(), getValue(), isFileNameSelectionEnabled(), and outputSuffixes().
Referenced by getToolbarHTML(), and insert().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::setFilename | ( | $a_val | ) | 
Set filename value (if filename selection is enabled)
| string | $a_val | 
Definition at line 94 of file class.ilFileInputGUI.php.
Referenced by setValueByArray().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::setSize | ( | $a_size | ) | 
Set Size.
| int | $a_size | Size | 
Definition at line 74 of file class.ilFileInputGUI.php.
Referenced by ilFileSystemGUI\listFiles().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::setSuffixes | ( | $a_suffixes | ) | 
Set Accepted Suffixes.
| array | $a_suffixes | Accepted Suffixes | 
Definition at line 116 of file class.ilFileInputGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilSocialBookmarks\_initForm(), assJavaAppletGUI\editQuestion(), ilObjLinkResourceGUI\initImportForm(), ilObjMediaCastGUI\initImportForm(), ilObjFileGUI\initImportForm(), ilObjWikiGUI\initImportForm(), ilObjFileBasedLMGUI\initImportForm(), ilObjExerciseGUI\initImportForm(), ilObjectPluginGUI\initImportForm(), ilObjCourseGUI\initImportForm(), ilObjFolderGUI\initImportForm(), ilObjGroupGUI\initImportForm(), ilExternalFeedBlockGUI\initImportForm(), ilObjSessionGUI\initImportForm(), ilObject2GUI\initImportForm(), ilObjForumGUI\initImportForm(), ilObjContentObjectGUI\initImportForm(), ilObjUserFolderGUI\initUserImportForm(), ilObjExerciseGUI\initZipUploadForm(), and ilPaymentCouponGUI\showCodeImport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::setValue | ( | $a_value | ) | 
Set Value.
(used for displaying file title of existing file below input field)
| string | $a_value | Value | 
Reimplemented in ilImagemapFileInputGUI, and ilFlashFileInputGUI.
Definition at line 54 of file class.ilFileInputGUI.php.
Referenced by setValueByArray().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFileInputGUI::setValueByArray | ( | $a_values | ) | 
Set value by array.
| array | $a_values | value array | 
Reimplemented in ilImagemapFileInputGUI, and ilFlashFileInputGUI.
Definition at line 40 of file class.ilFileInputGUI.php.
References getFileNamePostVar(), ilFormPropertyGUI\getPostVar(), setFilename(), and setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 16 of file class.ilFileInputGUI.php.
Referenced by ilFlashFileInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), checkInput(), and getFilename().
| 
 | private | 
Definition at line 17 of file class.ilFileInputGUI.php.
Referenced by getFileNamePostVar().
| 
 | protected | 
Definition at line 18 of file class.ilFileInputGUI.php.
Referenced by getSize().