ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilFileWizardInputGUI Class Reference

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...
 

Protected Attributes

ilGlobalTemplateInterface $tpl
 
ILIAS UI Factory $ui_factory
 
ILIAS UI Renderer $ui_renderer
 
array $filenames = array()
 
bool $allowMove = false
 
string $imagepath_web = ""
 
- Protected Attributes inherited from ilFileInputGUI
int $size = 40
 
string $pending = ""
 
bool $allow_deletion = false
 
bool $filename_selection = false
 
array $forbidden_suffixes = []
 
array $suffixes = []
 
string $value = ""
 
FileUpload $upload_service
 
UploadLimitResolver $upload_limit
 
- Protected Attributes inherited from ilSubEnabledFormPropertyGUI
array $sub_items = array()
 
- Protected Attributes inherited from ilFormPropertyGUI
array $set_params = []
 
ilTable2GUI $parent_table = null
 
ilFormPropertyGUI $parent_gui = null
 
ilCtrl $ctrl
 
ilLanguage $lng
 
string $type = ""
 
string $title = ""
 
string $postvar = ""
 
string $info = ""
 
string $alert = ""
 
bool $required = false
 
ilPropertyFormGUI $parentform = null
 
string $hidden_title = ""
 
bool $multi = false
 
bool $multi_sortable = false
 
bool $multi_addremove = true
 
array $multi_values = []
 
RequestInterface $request
 
HTTP Services $http
 
Refinery Factory $refinery = null
 
bool $disabled = false
 
ilGlobalTemplateInterface $global_tpl = null
 

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)
 

Detailed Description

This class represents a file wizard property in a property form.

Author
Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de

Definition at line 28 of file class.ilFileWizardInputGUI.php.

Constructor & Destructor Documentation

◆ __construct()

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().

40  {
41  global $DIC;
42 
43  $this->lng = $DIC->language();
44  $this->lng->loadLanguageModule("form");
45  $this->tpl = $DIC["tpl"];
46  $this->ui_factory = $DIC->ui()->factory();
47  $this->ui_renderer = $DIC->ui()->renderer();
48  parent::__construct($a_title, $a_postvar);
49  }
global $DIC
Definition: shib_login.php:22
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ checkInput()

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().

81  : bool
82  {
83  $lng = $this->lng;
84 
85  // see ilFileInputGUI
86  // if no information is received, something went wrong
87  // this is e.g. the case, if the post_max_size has been exceeded
88  if (!isset($_FILES[$this->getPostVar()]) || !is_array($_FILES[$this->getPostVar()])) {
89  $this->setAlert($lng->txt("form_msg_file_size_exceeds"));
90  return false;
91  }
92 
93  $pictures = $_FILES[$this->getPostVar()];
94  $uploadcheck = true;
95  if (is_array($pictures)) {
96  foreach ($pictures['name'] as $index => $name) {
97  // remove trailing '/'
98  $name = rtrim($name, '/');
99 
100  $filename = $name;
101  $filename_arr = pathinfo($name);
102  $suffix = $filename_arr["extension"] ?? "";
103  $temp_name = $pictures["tmp_name"][$index];
104  $error = $pictures["error"][$index];
105 
106  $_FILES[$this->getPostVar()]["name"][$index] = Util::sanitizeFileName($_FILES[$this->getPostVar()]["name"][$index]);
107 
108 
109  // error handling
110  if ($error > 0) {
111  switch ($error) {
112  case UPLOAD_ERR_FORM_SIZE:
113  case UPLOAD_ERR_INI_SIZE:
114  $this->setAlert($lng->txt("form_msg_file_size_exceeds"));
115  $uploadcheck = false;
116  break;
117 
118  case UPLOAD_ERR_PARTIAL:
119  $this->setAlert($lng->txt("form_msg_file_partially_uploaded"));
120  $uploadcheck = false;
121  break;
122 
123  case UPLOAD_ERR_NO_FILE:
124  if ($this->getRequired()) {
125  $filename = $this->filenames[$index];
126  if (!strlen($filename)) {
127  $this->setAlert($lng->txt("form_msg_file_no_upload"));
128  $uploadcheck = false;
129  }
130  }
131  break;
132 
133  case UPLOAD_ERR_NO_TMP_DIR:
134  $this->setAlert($lng->txt("form_msg_file_missing_tmp_dir"));
135  $uploadcheck = false;
136  break;
137 
138  case UPLOAD_ERR_CANT_WRITE:
139  $this->setAlert($lng->txt("form_msg_file_cannot_write_to_disk"));
140  $uploadcheck = false;
141  break;
142 
143  case UPLOAD_ERR_EXTENSION:
144  $this->setAlert($lng->txt("form_msg_file_upload_stopped_ext"));
145  $uploadcheck = false;
146  break;
147  }
148  }
149 
150  // check suffixes
151  if ($pictures["tmp_name"][$index] != "" && is_array($this->getSuffixes()) && count($this->getSuffixes()) > 0) {
152  if (!in_array(strtolower($suffix), $this->getSuffixes())) {
153  $this->setAlert($lng->txt("form_msg_file_wrong_file_type"));
154  $uploadcheck = false;
155  }
156  }
157 
158  // virus handling
159  if ($pictures["tmp_name"][$index] != "") {
160  $vir = ilVirusScanner::virusHandling($temp_name, $filename);
161  if ($vir[0] == false) {
162  $this->setAlert($lng->txt("form_msg_file_virus_found") . "<br />" . $vir[1]);
163  $uploadcheck = false;
164  }
165  }
166  }
167  }
168 
169  if (!$uploadcheck) {
170  return false;
171  }
172 
173  return $this->checkSubItemsInput();
174  }
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static virusHandling(string $a_file, string $a_orig_name='', bool $a_clean=true)
+ Here is the call graph for this function:

◆ getAllowMove()

ilFileWizardInputGUI::getAllowMove ( )

Definition at line 76 of file class.ilFileWizardInputGUI.php.

References $allowMove.

Referenced by insert().

76  : bool
77  {
78  return $this->allowMove;
79  }
+ Here is the caller graph for this function:

◆ getFilenames()

ilFileWizardInputGUI::getFilenames ( )

Definition at line 66 of file class.ilFileWizardInputGUI.php.

References $filenames.

66  : array
67  {
68  return $this->filenames;
69  }

◆ getImagePathWeb()

ilFileWizardInputGUI::getImagePathWeb ( )

Definition at line 56 of file class.ilFileWizardInputGUI.php.

References $imagepath_web.

Referenced by insert().

56  : string
57  {
58  return $this->imagepath_web;
59  }
+ Here is the caller graph for this function:

◆ insert()

ilFileWizardInputGUI::insert ( ilTemplate  $a_tpl)

Definition at line 176 of file class.ilFileWizardInputGUI.php.

References ilFormPropertyGUI\$lng, $tpl, ilFileInputGUI\$value, ILIAS\UICore\GlobalTemplate\get(), getAllowMove(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getImagePathWeb(), ilFileInputGUI\getMaxFileSizeString(), ilFileInputGUI\getMaxFileUploads(), ilFormPropertyGUI\getPostVar(), ilFileInputGUI\outputSuffixes(), ilTemplate\parseCurrentBlock(), ILIAS\UICore\GlobalTemplate\parseCurrentBlock(), ilLegacyFormElementsUtil\prepareFormOutput(), ilTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setVariable(), HTML_Template_IT\setVariable(), and ilLanguage\txt().

176  : void
177  {
178  $lng = $this->lng;
179 
180  $tpl = new ilTemplate("tpl.prop_filewizardinput.html", true, true, "components/ILIAS/Form");
181 
182  $i = 0;
183  foreach ($this->filenames as $value) {
184  if (strlen($value)) {
185  $tpl->setCurrentBlock("image");
186  $tpl->setVariable(
187  "SRC_IMAGE",
189  $value
190  )
191  );
193  $tpl->setVariable("ID", $this->getFieldId() . "[$i]");
196  }
197  if ($this->getAllowMove()) {
198  $tpl->setCurrentBlock("move");
199  $tpl->setVariable("CMD_UP", "cmd[up" . $this->getFieldId() . "][$i]");
200  $tpl->setVariable("CMD_DOWN", "cmd[down" . $this->getFieldId() . "][$i]");
201  $tpl->setVariable("ID", $this->getFieldId() . "[$i]");
202  $tpl->setVariable(
203  "UP_BUTTON",
204  $this->ui_renderer->render(
205  $this->ui_factory->symbol()->glyph()->up()
206  )
207  );
208  $tpl->setVariable(
209  "DOWN_BUTTON",
210  $this->ui_renderer->render(
211  $this->ui_factory->symbol()->glyph()->down()
212  )
213  );
215  }
216 
217  $this->outputSuffixes($tpl, "allowed_image_suffixes");
218 
219  $tpl->setCurrentBlock("row");
220  $tpl->setVariable("POST_VAR", $this->getPostVar() . "[$i]");
221  $tpl->setVariable("ID", $this->getFieldId() . "[$i]");
222  $tpl->setVariable("CMD_ADD", "cmd[add" . $this->getFieldId() . "][$i]");
223  $tpl->setVariable("CMD_REMOVE", "cmd[remove" . $this->getFieldId() . "][$i]");
224  $tpl->setVariable("ALT_ADD", $lng->txt("add"));
225  $tpl->setVariable("ALT_REMOVE", $lng->txt("remove"));
226  if ($this->getDisabled()) {
227  $tpl->setVariable(
228  "DISABLED",
229  " disabled=\"disabled\""
230  );
231  }
232 
233  $tpl->setVariable(
234  "ADD_BUTTON",
235  $this->ui_renderer->render(
236  $this->ui_factory->symbol()->glyph()->add()
237  )
238  );
239  $tpl->setVariable(
240  "REMOVE_BUTTON",
241  $this->ui_renderer->render(
242  $this->ui_factory->symbol()->glyph()->remove()
243  )
244  );
245  $tpl->setVariable("TXT_MAX_SIZE", $lng->txt("file_notice") . " " . $this->getMaxFileSizeString());
246  $tpl->setVariable("MAX_UPLOAD_VALUE", $this->getMaxFileUploads());
247  $tpl->setVariable("TXT_MAX_UPLOADS", $lng->txt("form_msg_max_upload") . " " . $this->getMaxFileUploads());
249  $i++;
250  }
251  $tpl->setVariable("ELEMENT_ID", $this->getFieldId());
252 
253  $a_tpl->setCurrentBlock("prop_generic");
254  $a_tpl->setVariable("PROP_GENERIC", $tpl->get());
255  $a_tpl->parseCurrentBlock();
256 
257  $main_tpl = $this->tpl;
258  $main_tpl->addJavascript("assets/js/ServiceFormWizardInput.js");
259  $main_tpl->addJavascript("assets/js/filewizard.js");
260  }
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
outputSuffixes(ilTemplate $a_tpl, string $a_block="allowed_suffixes")
static prepareFormOutput($a_str, bool $a_strip=false)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
setVariable($variable, $value='')
Sets a variable value.
Definition: IT.php:544
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
ilGlobalTemplateInterface $tpl
getMaxFileUploads()
Get number of maximum file uploads as declared in php.ini.
+ Here is the call graph for this function:

◆ setAllowMove()

ilFileWizardInputGUI::setAllowMove ( bool  $a_allow_move)

Definition at line 71 of file class.ilFileWizardInputGUI.php.

71  : void
72  {
73  $this->allowMove = $a_allow_move;
74  }

◆ setFilenames()

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().

61  : void
62  {
63  $this->filenames = $a_filenames;
64  }
+ Here is the caller graph for this function:

◆ setImagePathWeb()

ilFileWizardInputGUI::setImagePathWeb ( string  $a_path)

Definition at line 51 of file class.ilFileWizardInputGUI.php.

51  : void
52  {
53  $this->imagepath_web = $a_path;
54  }

Field Documentation

◆ $allowMove

bool ilFileWizardInputGUI::$allowMove = false
protected

Definition at line 34 of file class.ilFileWizardInputGUI.php.

Referenced by getAllowMove().

◆ $filenames

array ilFileWizardInputGUI::$filenames = array()
protected

Definition at line 33 of file class.ilFileWizardInputGUI.php.

Referenced by getFilenames().

◆ $imagepath_web

string ilFileWizardInputGUI::$imagepath_web = ""
protected

Definition at line 35 of file class.ilFileWizardInputGUI.php.

Referenced by getImagePathWeb().

◆ $tpl

ilGlobalTemplateInterface ilFileWizardInputGUI::$tpl
protected

Definition at line 30 of file class.ilFileWizardInputGUI.php.

Referenced by insert().

◆ $ui_factory

ILIAS UI Factory ilFileWizardInputGUI::$ui_factory
protected

Definition at line 31 of file class.ilFileWizardInputGUI.php.

◆ $ui_renderer

ILIAS UI Renderer ilFileWizardInputGUI::$ui_renderer
protected

Definition at line 32 of file class.ilFileWizardInputGUI.php.


The documentation for this class was generated from the following file: