ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 ()
 Get Value. More...
 
 setValue ($a_value)
 Set Value. More...
 
 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...
 
 getToolbarHTML ()
 Get input item HTML to be inserted into ilToolbarGUI. More...
 

Protected Attributes

 $lng
 
 $applet
 
 $applet_path_web
 
 $width
 
 $height
 
 $parameters
 
- Protected Attributes inherited from ilFileInputGUI
 $lng
 
 $size = 40
 
 $pending
 
 $allow_deletion
 
 $forbidden_suffixes = array()
 
- Protected Attributes inherited from ilSubEnabledFormPropertyGUI
 $sub_items = array()
 
- Protected Attributes inherited from ilFormPropertyGUI
 $ctrl
 
 $lng
 
 $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

Reimplemented from ilFileInputGUI.

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

31 {
32 global $DIC;
33
34 $this->lng = $DIC->language();
35 parent::__construct($a_title, $a_postvar);
36 $this->setType("flash_file");
37 $this->setSuffixes(array("swf"));
38 $this->width = 550;
39 $this->height = 400;
40 $this->parameters = array();
41 }
setSuffixes($a_suffixes)
Set Accepted Suffixes.
setType($a_type)
Set Type.
global $DIC
Definition: saml.php:7

References $DIC, ilFileInputGUI\setSuffixes(), and ilFormPropertyGUI\setType().

+ 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 286 of file class.ilFlashFileInputGUI.php.

287 {
288 $this->parameters[$name] = $value;
289 }
if($format !==null) $name
Definition: metadata.php:146

References $name.

◆ checkInput()

ilFlashFileInputGUI::checkInput ( )

Check input, strip slashes etc.

set alert, if input is not ok.

Returns
boolean Input ok, true/false

Reimplemented from ilFileInputGUI.

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

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

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

+ Here is the call graph for this function:

◆ clearParameters()

ilFlashFileInputGUI::clearParameters ( )

Remove all parameters.

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

305 {
306 $this->parameters = array();
307 }

◆ getApplet()

ilFlashFileInputGUI::getApplet ( )

Get applet.

Returns
string Applet

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

References $applet.

Referenced by getValue(), and insert().

+ Here is the caller graph for this function:

◆ getAppletPathWeb()

ilFlashFileInputGUI::getAppletPathWeb ( )

Get applet.path web.

Returns
string Applet path web

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

References $applet_path_web.

Referenced by insert().

+ Here is the caller graph for this function:

◆ getDeletionFlag()

ilFlashFileInputGUI::getDeletionFlag ( )

Get deletion flag.

Reimplemented from ilFileInputGUI.

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

390 {
391 if ($_POST[$this->getPostVar() . "_delete"]) {
392 return true;
393 }
394 return false;
395 }

References $_POST, and ilFormPropertyGUI\getPostVar().

+ Here is the call graph for this function:

◆ getHeight()

ilFlashFileInputGUI::getHeight ( )

Get height.

Returns
integer height

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

References $height.

Referenced by insert().

+ Here is the caller graph for this function:

◆ getParameters()

ilFlashFileInputGUI::getParameters ( )

Get parameters.

Returns
array Parameters

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

References $parameters.

Referenced by insert().

+ Here is the caller graph for this function:

◆ getValue()

ilFlashFileInputGUI::getValue ( )

Get Value.

Returns
string Value

Reimplemented from ilFileInputGUI.

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

54 {
55 return $this->getApplet();
56 }

References getApplet().

Referenced by checkInput().

+ 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 225 of file class.ilFlashFileInputGUI.php.

References $width.

Referenced by insert().

+ Here is the caller graph for this function:

◆ insert()

ilFlashFileInputGUI::insert (   $a_tpl)

Insert property html.

Reimplemented from ilFileInputGUI.

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

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

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

+ Here is the call graph for this function:

◆ removeParameter()

ilFlashFileInputGUI::removeParameter (   $name)

Remove parameter.

Parameters
string$nameParameter name

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

297 {
298 unset($this->parameters[$name]);
299 }

References $name.

◆ setApplet()

ilFlashFileInputGUI::setApplet (   $a_applet)

Set applet.

Parameters
string$a_appletApplet

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

186 {
187 $this->applet = $a_applet;
188 }

Referenced by setValue().

+ 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 205 of file class.ilFlashFileInputGUI.php.

206 {
207 $this->applet_path_web = $a_path;
208 }

◆ setHeight()

ilFlashFileInputGUI::setHeight (   $a_height)

Set height.

Parameters
integer$a_heightheight

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

256 {
257 $this->height = $a_height;
258 }

Referenced by setValue().

+ Here is the caller graph for this function:

◆ setParameters()

ilFlashFileInputGUI::setParameters (   $a_parameters)

Set parameters.

Parameters
array$a_parametersParameters

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

276 {
277 $this->parameters = $a_parameters;
278 }

◆ setValue()

ilFlashFileInputGUI::setValue (   $a_value)

Set Value.

(used for displaying file title of existing file below input field)

Parameters
string$a_valueValue

Reimplemented from ilFileInputGUI.

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

59 {
60 if (is_array($a_value)) {
61 if (array_key_exists('width', $a_value)) {
62 $this->setWidth($a_value['width']);
63 }
64 if (array_key_exists('height', $a_value)) {
65 $this->setHeight($a_value['height']);
66 }
67 if (array_key_exists('filename', $a_value)) {
68 $this->setApplet($a_value['filename']);
69 }
70 if (is_array($a_value['flash_param_name'])) {
71 $this->parameters = array();
72 foreach ($a_value['flash_param_name'] as $idx => $val) {
73 $this->parameters[$val] = $a_value['flash_param_value'][$idx];
74 }
75 }
76 }
77 }
setApplet($a_applet)
Set applet.
setHeight($a_height)
Set height.

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

Referenced by setValueByArray().

+ 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

Reimplemented from ilFileInputGUI.

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

49 {
50 $this->setValue($a_values[$this->getPostVar()]);
51 }
setValue($a_value)
Set Value.

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

+ Here is the call graph for this function:

◆ setWidth()

ilFlashFileInputGUI::setWidth (   $a_width)

Set width.

Parameters
integer$a_widthwidth

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

236 {
237 $this->width = $a_width;
238 }

Referenced by setValue().

+ Here is the caller graph for this function:

Field Documentation

◆ $applet

ilFlashFileInputGUI::$applet
protected

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

Referenced by getApplet().

◆ $applet_path_web

ilFlashFileInputGUI::$applet_path_web
protected

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

Referenced by getAppletPathWeb().

◆ $height

ilFlashFileInputGUI::$height
protected

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

Referenced by getHeight().

◆ $lng

ilFlashFileInputGUI::$lng
protected

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

Referenced by checkInput(), and insert().

◆ $parameters

ilFlashFileInputGUI::$parameters
protected

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

Referenced by getParameters().

◆ $width

ilFlashFileInputGUI::$width
protected

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

Referenced by getWidth().


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