ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilFlashFileInputGUI Class Reference

This class represents an image file property in a property form. More...

+ Inheritance diagram for ilFlashFileInputGUI:
+ Collaboration diagram for ilFlashFileInputGUI:

Public Member Functions

 __construct ($a_title="", $a_postvar="")
 Constructor. More...
 
 setValueByArray ($a_values)
 Set value by array. More...
 
 getValue ()
 
 setValue ($a_value)
 
 checkInput ()
 Check input, strip slashes etc. More...
 
 setApplet ($a_applet)
 Set applet. More...
 
 getApplet ()
 Get applet. More...
 
 setAppletPathWeb ($a_path)
 Set applet.path web. More...
 
 getAppletPathWeb ()
 Get applet.path web. More...
 
 getWidth ()
 Get width. More...
 
 setWidth ($a_width)
 Set width. More...
 
 getHeight ()
 Get height. More...
 
 setHeight ($a_height)
 Set height. More...
 
 getParameters ()
 Get parameters. More...
 
 setParameters ($a_parameters)
 Set parameters. More...
 
 addParameter ($name, $value)
 Add parameter. More...
 
 removeParameter ($name)
 Remove parameter. More...
 
 clearParameters ()
 Remove all parameters. More...
 
 insert ($a_tpl)
 Insert property html. More...
 
 getDeletionFlag ()
 Get deletion flag. More...
 
- Public Member Functions inherited from ilFileInputGUI
 __construct ($a_title="", $a_postvar="")
 Constructor. More...
 
 setValueByArray ($a_values)
 Set value by array. More...
 
 setValue ($a_value)
 Set Value. More...
 
 getValue ()
 Get Value. More...
 
 setSize ($a_size)
 Set Size. More...
 
 getSize ()
 Get Size. More...
 
 setFilename ($a_val)
 Set filename value (if filename selection is enabled) More...
 
 getFilename ()
 Get Value. More...
 
 setSuffixes ($a_suffixes)
 Set Accepted Suffixes. More...
 
 getSuffixes ()
 Get Accepted Suffixes. More...
 
 setForbiddenSuffixes ($a_suffixes)
 Set forbidden Suffixes. More...
 
 getForbiddenSuffixes ()
 Get Accepted Suffixes. More...
 
 setPending ($a_val)
 Set pending filename value. More...
 
 getPending ()
 Get pending filename. More...
 
 enableFileNameSelection ($a_post_var)
 If enabled, users get the possibility to enter a filename for the uploaded file. More...
 
 isFileNameSelectionEnabled ()
 Check if filename selection is enabled. More...
 
 getFileNamePostVar ()
 Get file name post var. More...
 
 setALlowDeletion ($a_val)
 Set allow deletion. More...
 
 getALlowDeletion ()
 Get allow deletion. More...
 
 checkInput ()
 Check input, strip slashes etc. More...
 
 render ($a_mode="")
 Render html. More...
 
 insert ($a_tpl)
 Insert property html. More...
 
 getDeletionFlag ()
 Get deletion flag. More...
 
 getToolbarHTML ()
 Get HTML for toolbar. More...
 
- Public Member Functions inherited from ilSubEnabledFormPropertyGUI
 addSubItem ($a_item)
 Add Subitem. More...
 
 getSubItems ()
 Get Subitems. More...
 
 getSubInputItemsRecursive ()
 returns a flat array of possibly existing subitems recursively More...
 
 checkSubItemsInput ()
 Check SubItems. More...
 
 getSubForm ()
 Get sub form html. More...
 
 getItemByPostVar ($a_post_var)
 Get item by post var. More...
 
- Public Member Functions inherited from ilFormPropertyGUI
 __construct ($a_title="", $a_postvar="")
 Constructor. More...
 
 executeCommand ()
 Execute command. More...
 
 getType ()
 Get Type. More...
 
 setTitle ($a_title)
 Set Title. More...
 
 getTitle ()
 Get Title. More...
 
 setPostVar ($a_postvar)
 Set Post Variable. More...
 
 getPostVar ()
 Get Post Variable. More...
 
 getFieldId ()
 Get Post Variable. More...
 
 setInfo ($a_info)
 Set Information Text. More...
 
 getInfo ()
 Get Information Text. More...
 
 setAlert ($a_alert)
 Set Alert Text. More...
 
 getAlert ()
 Get Alert Text. More...
 
 setRequired ($a_required)
 Set Required. More...
 
 getRequired ()
 Get Required. More...
 
 setDisabled ($a_disabled)
 Set Disabled. More...
 
 getDisabled ()
 Get Disabled. More...
 
 checkInput ()
 Check input, strip slashes etc. More...
 
 setParentForm ($a_parentform)
 Set Parent Form. More...
 
 getParentForm ()
 Get Parent Form. More...
 
 setParent ($a_val)
 Set Parent GUI object. More...
 
 getParent ()
 Get Parent GUI object. More...
 
 getSubForm ()
 Get sub form html. More...
 
 hideSubForm ()
 Sub form hidden on init? More...
 
 setHiddenTitle ($a_val)
 Set hidden title (for screenreaders) More...
 
 getHiddenTitle ()
 Get hidden title. More...
 
 getItemByPostVar ($a_post_var)
 Get item by post var. More...
 
 serializeData ()
 serialize data More...
 
 unserializeData ($a_data)
 unserialize data More...
 
 writeToSession ()
 Write to session. More...
 
 clearFromSession ()
 Clear session value. More...
 
 readFromSession ()
 Read from session. More...
 
 getHiddenTag ($a_post_var, $a_value)
 Get hidden tag (used for disabled properties) More...
 
 setMulti ($a_multi, $a_sortable=false, $a_addremove=true)
 Set Multi. More...
 
 getMulti ()
 Get Multi. More...
 
 setMultiValues (array $a_values)
 Set multi values. More...
 
 getMultiValues ()
 Get multi values. More...
 
 getContentOutsideFormTag ()
 Get content that has to reside outside of the parent form tag, e.g. More...
 
 stripSlashesAddSpaceFallback ($a_str)
 Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More...
 

Protected Attributes

 $applet
 
 $applet_path_web
 
 $width
 
 $height
 
 $parameters
 
- Protected Attributes inherited from ilFileInputGUI
 $size = 40
 
 $pending
 
 $allow_deletion
 
 $forbidden_suffixes = array()
 
- Protected Attributes inherited from ilSubEnabledFormPropertyGUI
 $sub_items = array()
 
- Protected Attributes inherited from ilFormPropertyGUI
 $type
 
 $title
 
 $postvar
 
 $info
 
 $alert
 
 $required = false
 
 $parentgui
 
 $parentform
 
 $hidden_title = ""
 
 $multi = false
 
 $multi_sortable = false
 
 $multi_addremove = true
 
 $multi_values
 

Additional Inherited Members

- Static Public Member Functions inherited from ilFileInputGUI
static setPersonalWorkspaceQuotaCheck ($a_value)
 
- Static Public Member Functions inherited from ilFormPropertyGUI
static removeProhibitedCharacters ($a_text)
 Remove prohibited characters see #19159. More...
 
- Protected Member Functions inherited from ilFileInputGUI
 outputSuffixes ($a_tpl, $a_block="allowed_suffixes")
 
 getMaxFileSizeString ()
 
- Protected Member Functions inherited from ilFormPropertyGUI
 setType ($a_type)
 Set Type. More...
 
 getMultiIconsHTML ()
 Get HTML for multiple value icons. More...
 
- Static Protected Attributes inherited from ilFileInputGUI
static $check_wsp_quota
 

Detailed Description

This class represents an image file property in a property form.

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

Definition at line 11 of file class.ilFlashFileInputGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilFlashFileInputGUI::__construct (   $a_title = "",
  $a_postvar = "" 
)

Constructor.

Parameters
string$a_titleTitle
string$a_postvarPost Variable

Definition at line 25 of file class.ilFlashFileInputGUI.php.

References array, ilFileInputGUI\setSuffixes(), and ilFormPropertyGUI\setType().

26  {
27  parent::__construct($a_title, $a_postvar);
28  $this->setType("flash_file");
29  $this->setSuffixes(array("swf"));
30  $this->width = 550;
31  $this->height = 400;
32  $this->parameters = array();
33  }
setType($a_type)
Set Type.
Create styles array
The data for the language used.
setSuffixes($a_suffixes)
Set Accepted Suffixes.
+ Here is the call graph for this function:

Member Function Documentation

◆ addParameter()

ilFlashFileInputGUI::addParameter (   $name,
  $value 
)

Add parameter.

Parameters
string$nameParameter name
string$valueParameter value

Definition at line 288 of file class.ilFlashFileInputGUI.php.

289  {
290  $this->parameters[$name] = $value;
291  }

◆ checkInput()

ilFlashFileInputGUI::checkInput ( )

Check input, strip slashes etc.

set alert, if input is not ok.

Returns
boolean Input ok, true/false

Definition at line 73 of file class.ilFlashFileInputGUI.php.

References $_POST, $error, ilFileInputGUI\$filename, $lng, ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFileInputGUI\getSuffixes(), getValue(), ilFormPropertyGUI\setAlert(), and ilUtil\virusHandling().

74  {
75  global $lng;
76 
77  // remove trailing '/'
78  $_FILES[$this->getPostVar()]["name"] = rtrim($_FILES[$this->getPostVar()]["name"], '/');
79 
80  $filename = $_FILES[$this->getPostVar()]["name"];
81  $filename_arr = pathinfo($_FILES[$this->getPostVar()]["name"]);
82  $suffix = $filename_arr["extension"];
83  $mimetype = $_FILES[$this->getPostVar()]["type"];
84  $size_bytes = $_FILES[$this->getPostVar()]["size"];
85  $temp_name = $_FILES[$this->getPostVar()]["tmp_name"];
86  $error = $_FILES[$this->getPostVar()]["error"];
87 
88  // error handling
89  if ($error > 0)
90  {
91  switch ($error)
92  {
93  case UPLOAD_ERR_INI_SIZE:
94  $this->setAlert($lng->txt("form_msg_file_size_exceeds"));
95  return false;
96  break;
97 
98  case UPLOAD_ERR_FORM_SIZE:
99  $this->setAlert($lng->txt("form_msg_file_size_exceeds"));
100  return false;
101  break;
102 
103  case UPLOAD_ERR_PARTIAL:
104  $this->setAlert($lng->txt("form_msg_file_partially_uploaded"));
105  return false;
106  break;
107 
108  case UPLOAD_ERR_NO_FILE:
109  if ($this->getRequired())
110  {
111  if (!strlen($this->getValue()))
112  {
113  $this->setAlert($lng->txt("form_msg_file_no_upload"));
114  return false;
115  }
116  }
117  break;
118 
119  case UPLOAD_ERR_NO_TMP_DIR:
120  $this->setAlert($lng->txt("form_msg_file_missing_tmp_dir"));
121  return false;
122  break;
123 
124  case UPLOAD_ERR_CANT_WRITE:
125  $this->setAlert($lng->txt("form_msg_file_cannot_write_to_disk"));
126  return false;
127  break;
128 
129  case UPLOAD_ERR_EXTENSION:
130  $this->setAlert($lng->txt("form_msg_file_upload_stopped_ext"));
131  return false;
132  break;
133  }
134  }
135 
136  // check suffixes
137  if ($_FILES[$this->getPostVar()]["tmp_name"] != "" &&
138  is_array($this->getSuffixes()))
139  {
140  if (!in_array(strtolower($suffix), $this->getSuffixes()))
141  {
142  $this->setAlert($lng->txt("form_msg_file_wrong_file_type"));
143  return false;
144  }
145  }
146 
147  // virus handling
148  if ($_FILES[$this->getPostVar()]["tmp_name"] != "")
149  {
150  $vir = ilUtil::virusHandling($temp_name, $filename);
151  if ($vir[0] == false)
152  {
153  $this->setAlert($lng->txt("form_msg_file_virus_found")."<br />".$vir[1]);
154  return false;
155  }
156  }
157 
158  if (is_array($_POST[$this->getPostVar()]))
159  {
160  if (($this->getRequired() && strlen($_POST[$this->getPostVar()]['width']) == 0) ||
161  ($this->getRequired() && strlen($_POST[$this->getPostVar()]['height']) == 0))
162  {
163  $this->setAlert($lng->txt("msg_input_is_required"));
164  return false;
165  }
166  if (is_array($_POST[$this->getPostVar()]['flash_param_name']))
167  {
168  foreach ($_POST[$this->getPostVar()]['flash_param_name'] as $idx => $val)
169  {
170  if (strlen($val) == 0 || strlen($_POST[$this->getPostVar()]['flash_param_value'][$idx]) == 0)
171  {
172  $this->setAlert($lng->txt("msg_input_is_required"));
173  return false;
174  }
175  }
176  }
177  }
178 
179  return true;
180  }
getSuffixes()
Get Accepted Suffixes.
$error
Definition: Error.php:17
static virusHandling($a_file, $a_orig_name="", $a_clean=true)
scan file for viruses and clean files if possible
getPostVar()
Get Post Variable.
setAlert($a_alert)
Set Alert Text.
global $lng
Definition: privfeed.php:17
$_POST["username"]
+ Here is the call graph for this function:

◆ clearParameters()

ilFlashFileInputGUI::clearParameters ( )

Remove all parameters.

Definition at line 306 of file class.ilFlashFileInputGUI.php.

References array.

307  {
308  $this->parameters = array();
309  }
Create styles array
The data for the language used.

◆ getApplet()

ilFlashFileInputGUI::getApplet ( )

Get applet.

Returns
string Applet

Definition at line 197 of file class.ilFlashFileInputGUI.php.

References $applet.

Referenced by getValue(), and insert().

198  {
199  return $this->applet;
200  }
+ Here is the caller graph for this function:

◆ getAppletPathWeb()

ilFlashFileInputGUI::getAppletPathWeb ( )

Get applet.path web.

Returns
string Applet path web

Definition at line 217 of file class.ilFlashFileInputGUI.php.

References $applet_path_web.

Referenced by insert().

218  {
219  return $this->applet_path_web;
220  }
+ Here is the caller graph for this function:

◆ getDeletionFlag()

ilFlashFileInputGUI::getDeletionFlag ( )

Get deletion flag.

Definition at line 389 of file class.ilFlashFileInputGUI.php.

References $_POST, and ilFormPropertyGUI\getPostVar().

390  {
391  if ($_POST[$this->getPostVar()."_delete"])
392  {
393  return true;
394  }
395  return false;
396  }
getPostVar()
Get Post Variable.
$_POST["username"]
+ Here is the call graph for this function:

◆ getHeight()

ilFlashFileInputGUI::getHeight ( )

Get height.

Returns
integer height

Definition at line 247 of file class.ilFlashFileInputGUI.php.

References $height.

Referenced by insert().

248  {
249  return $this->height;
250  }
+ Here is the caller graph for this function:

◆ getParameters()

ilFlashFileInputGUI::getParameters ( )

Get parameters.

Returns
array Parameters

Definition at line 267 of file class.ilFlashFileInputGUI.php.

References $parameters.

Referenced by insert().

268  {
269  return $this->parameters;
270  }
+ Here is the caller graph for this function:

◆ getValue()

ilFlashFileInputGUI::getValue ( )

Definition at line 45 of file class.ilFlashFileInputGUI.php.

References getApplet().

Referenced by checkInput().

46  {
47  return $this->getApplet();
48  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getWidth()

ilFlashFileInputGUI::getWidth ( )

Get width.

Returns
integer width

Definition at line 227 of file class.ilFlashFileInputGUI.php.

References $width.

Referenced by insert().

228  {
229  return $this->width;
230  }
+ Here is the caller graph for this function:

◆ insert()

ilFlashFileInputGUI::insert (   $a_tpl)

Insert property html.

Definition at line 314 of file class.ilFlashFileInputGUI.php.

References $lng, $params, $tpl, array, getApplet(), getAppletPathWeb(), ilFormPropertyGUI\getFieldId(), getHeight(), ilFileInputGUI\getMaxFileSizeString(), getParameters(), ilFormPropertyGUI\getPostVar(), getWidth(), ilYuiUtil\initConnectionWithAnimation(), ilFileInputGUI\outputSuffixes(), and ilUtil\prepareFormOutput().

315  {
316  global $lng;
317 
318  $template = new ilTemplate("tpl.prop_flashfile.html", true, true, "Services/Form");
319  if ($this->getApplet() != "")
320  {
321  $this->outputSuffixes($template);
322  if (count($this->getParameters()))
323  {
324  $index = 0;
325  $params = array();
326  foreach ($this->getParameters() as $name => $value)
327  {
328  array_push($params, urlencode($name) . "=" . urlencode($value));
329  $template->setCurrentBlock("applet_param_input");
330  $template->setVariable("TEXT_NAME", $lng->txt("name"));
331  $template->setVariable("TEXT_VALUE", $lng->txt("value"));
332  $template->setVariable("PARAM_INDEX", $index);
333  $template->setVariable("POST_VAR_P", $this->getPostVar());
334  $template->setVariable("VALUE_NAME", "value=\"" . ilUtil::prepareFormOutput($name) . "\"");
335  $template->setVariable("VALUE_VALUE", "value=\"" . ilUtil::prepareFormOutput($value) . "\"");
336  $template->setVariable("TEXT_DELETE_PARAM", $lng->txt("delete_parameter"));
337  $template->parseCurrentBlock();
338  $index++;
339  }
340  $template->setCurrentBlock("applet_parameter");
341  $template->setVariable("PARAM_VALUE", join($params, "&"));
342  $template->parseCurrentBlock();
343  $template->setCurrentBlock("flash_vars");
344  $template->setVariable("PARAM_VALUE", join($params, "&"));
345  $template->parseCurrentBlock();
346  }
347  $template->setCurrentBlock("applet");
348  $template->setVariable("TEXT_ADD_PARAM", $lng->txt("add_parameter"));
349  $template->setVariable("APPLET_WIDTH", $this->getWidth());
350  $template->setVariable("APPLET_HEIGHT", $this->getHeight());
351  $template->setVariable("POST_VAR_D", $this->getPostVar());
352  $template->setVariable("FILENAME", $this->getApplet());
353  $template->setVariable("TEXT_WIDTH", $lng->txt("width"));
354  $template->setVariable("TEXT_HEIGHT", $lng->txt("height"));
355  $template->setVariable("APPLET_FILE", $this->getApplet());
356  $template->setVariable("APPLET_PATH", $this->getAppletPathWeb().$this->getApplet());
357  if ($this->getWidth()) $template->setVariable("VALUE_WIDTH", "value=\"" . $this->getWidth() . "\"");
358  if ($this->getHeight()) $template->setVariable("VALUE_HEIGHT", "value=\"" . $this->getHeight() . "\"");
359  $template->setVariable("ID", $this->getFieldId());
360  $template->setVariable("TXT_DELETE_EXISTING",
361  $lng->txt("delete_existing_file"));
362  $template->parseCurrentBlock();
363  }
364 
365  $js_tpl = new ilTemplate('tpl.flashAddParam.js', true, true, 'Services/Form');
366  $js_tpl->setVariable("TEXT_NAME", $lng->txt("name"));
367  $js_tpl->setVariable("TEXT_VALUE", $lng->txt("value"));
368  $js_tpl->setVariable("POST_VAR", $this->getPostVar());
369  $js_tpl->setVariable("TEXT_DELETE_PARAM", $lng->txt("delete_parameter"));
370  $js_tpl->setVariable("TEXT_CONFIRM_DELETE_PARAMETER", $lng->txt("confirm_delete_parameter"));
371 
372  $template->setVariable("POST_VAR", $this->getPostVar());
373  $template->setVariable("ID", $this->getFieldId());
374  $template->setVariable("TXT_MAX_SIZE", $lng->txt("file_notice")." ".$this->getMaxFileSizeString());
375  $template->setVariable("JAVASCRIPT_FLASH", $js_tpl->get());
376 
377  $a_tpl->setCurrentBlock("prop_generic");
378  $a_tpl->setVariable("PROP_GENERIC", $template->get());
379  $a_tpl->parseCurrentBlock();
380 
381  global $tpl;
382  include_once "./Services/YUI/classes/class.ilYuiUtil.php";
384  }
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
getPostVar()
Get Post Variable.
global $tpl
Definition: ilias.php:8
getFieldId()
Get Post Variable.
special template class to simplify handling of ITX/PEAR
outputSuffixes($a_tpl, $a_block="allowed_suffixes")
Create styles array
The data for the language used.
getAppletPathWeb()
Get applet.path web.
global $lng
Definition: privfeed.php:17
$params
Definition: example_049.php:96
static initConnectionWithAnimation()
Init YUI Connection module.
+ Here is the call graph for this function:

◆ removeParameter()

ilFlashFileInputGUI::removeParameter (   $name)

Remove parameter.

Parameters
string$nameParameter name

Definition at line 298 of file class.ilFlashFileInputGUI.php.

299  {
300  unset($this->parameters[$name]);
301  }

◆ setApplet()

ilFlashFileInputGUI::setApplet (   $a_applet)

Set applet.

Parameters
string$a_appletApplet

Definition at line 187 of file class.ilFlashFileInputGUI.php.

Referenced by setValue().

188  {
189  $this->applet = $a_applet;
190  }
+ Here is the caller graph for this function:

◆ setAppletPathWeb()

ilFlashFileInputGUI::setAppletPathWeb (   $a_path)

Set applet.path web.

Parameters
string$a_pathApplet path web

Definition at line 207 of file class.ilFlashFileInputGUI.php.

208  {
209  $this->applet_path_web = $a_path;
210  }

◆ setHeight()

ilFlashFileInputGUI::setHeight (   $a_height)

Set height.

Parameters
integer$a_heightheight

Definition at line 257 of file class.ilFlashFileInputGUI.php.

Referenced by setValue().

258  {
259  $this->height = $a_height;
260  }
+ Here is the caller graph for this function:

◆ setParameters()

ilFlashFileInputGUI::setParameters (   $a_parameters)

Set parameters.

Parameters
array$a_parametersParameters

Definition at line 277 of file class.ilFlashFileInputGUI.php.

278  {
279  $this->parameters = $a_parameters;
280  }

◆ setValue()

ilFlashFileInputGUI::setValue (   $a_value)

Definition at line 50 of file class.ilFlashFileInputGUI.php.

References array, setApplet(), setHeight(), and setWidth().

Referenced by setValueByArray().

51  {
52  if (is_array($a_value))
53  {
54  if (array_key_exists('width', $a_value)) $this->setWidth($a_value['width']);
55  if (array_key_exists('height', $a_value)) $this->setHeight($a_value['height']);
56  if (array_key_exists('filename', $a_value)) $this->setApplet($a_value['filename']);
57  if (is_array($a_value['flash_param_name']))
58  {
59  $this->parameters = array();
60  foreach ($a_value['flash_param_name'] as $idx => $val)
61  {
62  $this->parameters[$val] = $a_value['flash_param_value'][$idx];
63  }
64  }
65  }
66  }
setHeight($a_height)
Set height.
setApplet($a_applet)
Set applet.
Create styles array
The data for the language used.
setWidth($a_width)
Set width.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setValueByArray()

ilFlashFileInputGUI::setValueByArray (   $a_values)

Set value by array.

Parameters
array$a_valuesvalue array

Definition at line 40 of file class.ilFlashFileInputGUI.php.

References ilFormPropertyGUI\getPostVar(), and setValue().

41  {
42  $this->setValue($a_values[$this->getPostVar()]);
43  }
getPostVar()
Get Post Variable.
+ Here is the call graph for this function:

◆ setWidth()

ilFlashFileInputGUI::setWidth (   $a_width)

Set width.

Parameters
integer$a_widthwidth

Definition at line 237 of file class.ilFlashFileInputGUI.php.

Referenced by setValue().

238  {
239  $this->width = $a_width;
240  }
+ Here is the caller graph for this function:

Field Documentation

◆ $applet

ilFlashFileInputGUI::$applet
protected

Definition at line 13 of file class.ilFlashFileInputGUI.php.

Referenced by getApplet().

◆ $applet_path_web

ilFlashFileInputGUI::$applet_path_web
protected

Definition at line 14 of file class.ilFlashFileInputGUI.php.

Referenced by getAppletPathWeb().

◆ $height

ilFlashFileInputGUI::$height
protected

Definition at line 16 of file class.ilFlashFileInputGUI.php.

Referenced by getHeight().

◆ $parameters

ilFlashFileInputGUI::$parameters
protected

Definition at line 17 of file class.ilFlashFileInputGUI.php.

Referenced by getParameters().

◆ $width

ilFlashFileInputGUI::$width
protected

Definition at line 15 of file class.ilFlashFileInputGUI.php.

Referenced by getWidth().


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