ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
ilImageWizardInputGUI Class Reference

This class represents a single choice wizard property in a property form. More...

+ Inheritance diagram for ilImageWizardInputGUI:
+ Collaboration diagram for ilImageWizardInputGUI:

Public Member Functions

 __construct ($a_title="", $a_postvar="")
 Constructor. More...
 
 setDisableUpload ($disable_upload)
 
 setDisableActions ($disable_actions)
 
 setDisableText ($disable_text)
 
 setValue ($a_value)
 Set Value. More...
 
 setSuffixes ($a_suffixes)
 Set Accepted Suffixes. More...
 
 getSuffixes ()
 Get Accepted Suffixes. More...
 
 setValues ($a_values)
 Set Values. More...
 
 getValues ()
 Get Values. More...
 
 setQuestionObject ($a_value)
 Set question object. More...
 
 getQuestionObject ()
 Get question object. More...
 
 setAllowMove ($a_allow_move)
 Set allow move. More...
 
 getAllowMove ()
 Get allow move. More...
 
 checkInput ()
 Check input, strip slashes etc. More...
 
 insert (&$a_tpl)
 Insert property html. More...
 
- Public Member Functions inherited from ilTextInputGUI
 __construct ($a_title="", $a_postvar="")
 Constructor. More...
 
 setValue ($a_value)
 Set Value. More...
 
 getValue ()
 Get Value. More...
 
 setValidationFailureMessage ($a_msg)
 Set message string for validation failure. More...
 
 getValidationFailureMessage ()
 
 setValidationRegexp ($a_value)
 Set validation regexp. More...
 
 getValidationRegexp ()
 Get validation regexp. More...
 
 setMaxLength ($a_maxlength)
 Set Max Length. More...
 
 getMaxLength ()
 Get Max Length. More...
 
 setSize ($a_size)
 Set Size. More...
 
 setInlineStyle ($a_style)
 Set inline style. More...
 
 getInlineStyle ()
 Get inline style. More...
 
 setCssClass ($a_class)
 
 getCssClass ()
 
 setValueByArray ($a_values)
 Set value by array. More...
 
 getSize ()
 Get Size. More...
 
 setSuffix ($a_value)
 Set suffix. More...
 
 getSuffix ()
 Get suffix. More...
 
 setInputType ($a_type)
 set input type More...
 
 getInputType ()
 get input type More...
 
 setSubmitFormOnEnter ($a_val)
 Set submit form on enter. More...
 
 getSubmitFormOnEnter ()
 Get submit form on enter. More...
 
 checkInput ()
 Check input, strip slashes etc. More...
 
 getDataSource ()
 get datasource link for js autocomplete More...
 
 setDataSource ($href, $a_delimiter=null)
 set datasource link for js autocomplete More...
 
 setMultiValues (array $a_values)
 
 render ($a_mode="")
 Render item. More...
 
 insert (&$a_tpl)
 Insert property html. More...
 
 getTableFilterHTML ()
 Get HTML for table filter. More...
 
 getToolbarHTML ()
 Get HTML for toolbar. More...
 
 setDisableHtmlAutoComplete ($autocomplete)
 
 isHtmlAutoCompleteDisabled ()
 
- 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...
 

Protected Attributes

 $values = array()
 
 $allowMove = false
 
 $qstObject = null
 
 $suffixes = array()
 
 $disable_text = false
 
 $disable_upload = false
 
 $disable_actions = false
 
- Protected Attributes inherited from ilTextInputGUI
 $value
 
 $maxlength = 200
 
 $size = 40
 
 $validationRegexp
 
 $validationFailureMessage = ''
 
 $suffix
 
 $style_css
 
 $css_class
 
 $ajax_datasource
 
 $ajax_datasource_delimiter
 
 $submit_form_on_enter = false
 
 $autocomplete_disabled = false
 
- 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

- Protected Member Functions inherited from ilFormPropertyGUI
 setType ($a_type)
 Set Type. More...
 
 getMultiIconsHTML ()
 Get HTML for multiple value icons. More...
 

Detailed Description

This class represents a single choice wizard property in a property form.

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

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Parameters
string$a_titleTitle
string$a_postvarPost Variable

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

References ilTextInputGUI\setSize(), and setSuffixes().

31  {
32  parent::__construct($a_title, $a_postvar);
33  $this->setSuffixes(array("jpg", "jpeg", "png", "gif"));
34  $this->setSize('25');
35  $this->validationRegexp = "";
36  }
setSuffixes($a_suffixes)
Set Accepted Suffixes.
setSize($a_size)
Set Size.
+ Here is the call graph for this function:

Member Function Documentation

◆ checkInput()

ilImageWizardInputGUI::checkInput ( )

Check input, strip slashes etc.

set alert, if input is not ok.

Returns
boolean Input ok, true/false

Definition at line 167 of file class.ilImageWizardInputGUI.php.

References $_POST, $filename, $lng, ilTextInputGUI\$suffix, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getSuffixes(), ilFormPropertyGUI\setAlert(), ilUtil\stripSlashesRecursive(), and ilUtil\virusHandling().

168  {
169  global $lng;
170 
171  if (is_array($_POST[$this->getPostVar()])) $_POST[$this->getPostVar()] = ilUtil::stripSlashesRecursive($_POST[$this->getPostVar()]);
172  if (is_array($_FILES[$this->getPostVar()]['error']['image']))
173  {
174  foreach ($_FILES[$this->getPostVar()]['error']['image'] as $index => $error)
175  {
176  // error handling
177  if ($error > 0)
178  {
179  switch ($error)
180  {
181  case UPLOAD_ERR_INI_SIZE:
182  $this->setAlert($lng->txt("form_msg_file_size_exceeds"));
183  return false;
184  break;
185 
186  case UPLOAD_ERR_FORM_SIZE:
187  $this->setAlert($lng->txt("form_msg_file_size_exceeds"));
188  return false;
189  break;
190 
191  case UPLOAD_ERR_PARTIAL:
192  $this->setAlert($lng->txt("form_msg_file_partially_uploaded"));
193  return false;
194  break;
195 
196  case UPLOAD_ERR_NO_FILE:
197  if ($this->getRequired())
198  {
199  if (!strlen($_POST[$this->getPostVar()]['imagename'][$index]))
200  {
201  $this->setAlert($lng->txt("form_msg_file_no_upload"));
202  return false;
203  }
204  }
205  break;
206 
207  case UPLOAD_ERR_NO_TMP_DIR:
208  $this->setAlert($lng->txt("form_msg_file_missing_tmp_dir"));
209  return false;
210  break;
211 
212  case UPLOAD_ERR_CANT_WRITE:
213  $this->setAlert($lng->txt("form_msg_file_cannot_write_to_disk"));
214  return false;
215  break;
216 
217  case UPLOAD_ERR_EXTENSION:
218  $this->setAlert($lng->txt("form_msg_file_upload_stopped_ext"));
219  return false;
220  break;
221  }
222  }
223  }
224  }
225  else
226  {
227  if ($this->getRequired())
228  {
229  $this->setAlert($lng->txt("form_msg_file_no_upload"));
230  return false;
231  }
232  }
233 
234  if (is_array($_FILES[$this->getPostVar()]['tmp_name']['image']))
235  {
236  foreach ($_FILES[$this->getPostVar()]['tmp_name']['image'] as $index => $tmpname)
237  {
238  $filename = $_FILES[$this->getPostVar()]['name']['image'][$index];
239  $filename_arr = pathinfo($filename);
240  $suffix = $filename_arr["extension"];
241  $mimetype = $_FILES[$this->getPostVar()]['type']['image'][$index];
242  $size_bytes = $_FILES[$this->getPostVar()]['size']['image'][$index];
243  // check suffixes
244  if (strlen($tmpname) && is_array($this->getSuffixes()))
245  {
246  if (!in_array(strtolower($suffix), $this->getSuffixes()))
247  {
248  $this->setAlert($lng->txt("form_msg_file_wrong_file_type"));
249  return false;
250  }
251  }
252  }
253  }
254 
255  if (is_array($_FILES[$this->getPostVar()]['tmp_name']['image']))
256  {
257  foreach ($_FILES[$this->getPostVar()]['tmp_name']['image'] as $index => $tmpname)
258  {
259  $filename = $_FILES[$this->getPostVar()]['name']['image'][$index];
260  $filename_arr = pathinfo($filename);
261  $suffix = $filename_arr["extension"];
262  $mimetype = $_FILES[$this->getPostVar()]['type']['image'][$index];
263  $size_bytes = $_FILES[$this->getPostVar()]['size']['image'][$index];
264  // virus handling
265  if (strlen($tmpname))
266  {
267  $vir = ilUtil::virusHandling($tmpname, $filename);
268  if ($vir[0] == false)
269  {
270  $this->setAlert($lng->txt("form_msg_file_virus_found")."<br />".$vir[1]);
271  return false;
272  }
273  }
274  }
275  }
276 
277  return $this->checkSubItemsInput();
278  }
$_POST['username']
Definition: cron.php:12
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.
static stripSlashesRecursive($a_data, $a_strip_html=true, $a_allow="")
Strip slashes from array and sub-arrays.
$filename
Definition: buildRTE.php:89
global $lng
Definition: privfeed.php:40
getSuffixes()
Get Accepted Suffixes.
+ Here is the call graph for this function:

◆ getAllowMove()

ilImageWizardInputGUI::getAllowMove ( )

Get allow move.

Returns
boolean Allow move

Definition at line 157 of file class.ilImageWizardInputGUI.php.

References $allowMove.

Referenced by insert().

+ Here is the caller graph for this function:

◆ getQuestionObject()

ilImageWizardInputGUI::getQuestionObject ( )

Get question object.

Returns
object Value

Definition at line 137 of file class.ilImageWizardInputGUI.php.

References $qstObject.

◆ getSuffixes()

ilImageWizardInputGUI::getSuffixes ( )

Get Accepted Suffixes.

Returns
array Accepted Suffixes

Definition at line 97 of file class.ilImageWizardInputGUI.php.

References $suffixes.

Referenced by checkInput(), and insert().

+ Here is the caller graph for this function:

◆ getValues()

ilImageWizardInputGUI::getValues ( )

Get Values.

Returns
array Values

Definition at line 117 of file class.ilImageWizardInputGUI.php.

References $values.

118  {
119  return $this->values;
120  }

◆ insert()

ilImageWizardInputGUI::insert ( $a_tpl)

Insert property html.

Returns
int Size

Definition at line 285 of file class.ilImageWizardInputGUI.php.

References $lng, ilTextInputGUI\$suffix, $tpl, ilTextInputGUI\$value, getAllowMove(), ilFormPropertyGUI\getFieldId(), ilUtil\getFileSizeInfo(), ilUtil\getImagePath(), ilFormPropertyGUI\getPostVar(), getSuffixes(), ilYuiUtil\initDomEvent(), and ilUtil\prepareFormOutput().

286  {
287  global $lng;
288 
289  $tpl = new ilTemplate("tpl.prop_imagewizardinput.html", true, true, "Modules/TestQuestionPool");
290  $i = 0;
291  foreach ($this->values as $value)
292  {
293  if (strlen($value))
294  {
295  $imagename = $this->qstObject->getImagePathWeb() . $value;
296  if ($this->qstObject->getThumbSize())
297  {
298  if (@file_exists($this->qstObject->getImagePath() . $this->qstObject->getThumbPrefix() . $value))
299  {
300  $imagename = $this->qstObject->getImagePathWeb() . $this->qstObject->getThumbPrefix() . $value;
301  }
302  }
303  $tpl->setCurrentBlock('image');
304  $tpl->setVariable('SRC_IMAGE', $imagename);
305  $tpl->setVariable('IMAGE_NAME', $value);
306  $tpl->setVariable('ALT_IMAGE', ilUtil::prepareFormOutput($value));
307  $tpl->setVariable("TXT_DELETE_EXISTING", $lng->txt("delete_existing_file"));
308  $tpl->setVariable("IMAGE_ROW_NUMBER", $i);
309  $tpl->setVariable("IMAGE_POST_VAR", $this->getPostVar());
310  if($this->disable_upload)
311  {
312  $tpl->setVariable('DISABLED_UPLOADS', ' disabled="disabled"');
313  }
314  $tpl->parseCurrentBlock();
315  }
316  $tpl->setCurrentBlock('addimage');
317  $tpl->setVariable("IMAGE_ID", $this->getPostVar() . "[image][$i]");
318  $tpl->setVariable("IMAGE_SUBMIT", $lng->txt("upload"));
319  $tpl->setVariable("IMAGE_ROW_NUMBER", $i);
320  $tpl->setVariable("IMAGE_POST_VAR", $this->getPostVar());
321  if($this->disable_upload)
322  {
323  $tpl->setVariable('DISABLED_UPLOADS', ' disabled="disabled"');
324  }
325  $tpl->parseCurrentBlock();
326 
327  if ($this->getAllowMove() && !$this->disable_actions)
328  {
329  $tpl->setCurrentBlock("move");
330  $tpl->setVariable("CMD_UP", "cmd[up" . $this->getFieldId() . "][$i]");
331  $tpl->setVariable("CMD_DOWN", "cmd[down" . $this->getFieldId() . "][$i]");
332  $tpl->setVariable("MOVE_ID", $this->getPostVar() . "[$i]");
333  $tpl->setVariable("UP_BUTTON", ilUtil::getImagePath('a_up.png'));
334  $tpl->setVariable("DOWN_BUTTON", ilUtil::getImagePath('a_down.png'));
335  $tpl->parseCurrentBlock();
336  }
337  $tpl->setCurrentBlock("row");
338  $class = ($i % 2 == 0) ? "even" : "odd";
339  if ($i == 0) $class .= " first";
340  if ($i == count($this->values)-1) $class .= " last";
341  $tpl->setVariable("ROW_CLASS", $class);
342  $tpl->setVariable("POST_VAR", $this->getPostVar());
343  $tpl->setVariable("ROW_NUMBER", $i);
344 
345  if(!$this->disable_actions)
346  {
347  //$tpl->setCurrentBlock('addremove');
348  $tpl->setVariable("ID", $this->getPostVar() . "[answer][$i]");
349  $tpl->setVariable("CMD_ADD", "cmd[add" . $this->getFieldId() . "][$i]");
350  $tpl->setVariable("CMD_REMOVE", "cmd[remove" . $this->getFieldId() . "][$i]");
351  $tpl->setVariable( "ADD_BUTTON", ilUtil::getImagePath( 'edit_add.png' ) );
352  $tpl->setVariable( "REMOVE_BUTTON", ilUtil::getImagePath( 'edit_remove.png' ) );
353  } else {
354  //$tpl->setVariable('DISABLED_ACTIONS', ' disabled="disabled"');
355  }
356 
357  $tpl->parseCurrentBlock();
358  $i++;
359  }
360 
361  if (is_array($this->getSuffixes()))
362  {
363  $suff_str = $delim = "";
364  foreach($this->getSuffixes() as $suffix)
365  {
366  $suff_str.= $delim.".".$suffix;
367  $delim = ", ";
368  }
369  $tpl->setCurrentBlock('allowed_image_suffixes');
370  $tpl->setVariable("TXT_ALLOWED_SUFFIXES", $lng->txt("file_allowed_suffixes")." ".$suff_str);
371  $tpl->parseCurrentBlock();
372  }
373  /*
374  $tpl->setCurrentBlock("image_heading");
375  $tpl->setVariable("ANSWER_IMAGE", $lng->txt('answer_image'));
376  $tpl->parseCurrentBlock();
377  */
378 
379  $tpl->setVariable("TXT_MAX_SIZE", ilUtil::getFileSizeInfo());
380  $tpl->setVariable("ELEMENT_ID", $this->getPostVar());
381  $tpl->setVariable("TEXT_YES", $lng->txt('yes'));
382  $tpl->setVariable("TEXT_NO", $lng->txt('no'));
383  $tpl->setVariable("DELETE_IMAGE_HEADER", $lng->txt('delete_image_header'));
384  $tpl->setVariable("DELETE_IMAGE_QUESTION", $lng->txt('delete_image_question'));
385  $tpl->setVariable("ANSWER_TEXT", $lng->txt('answer_text'));
386  $tpl->setVariable("COMMANDS_TEXT", $lng->txt('actions'));
387 
388  $a_tpl->setCurrentBlock("prop_generic");
389  $a_tpl->setVariable("PROP_GENERIC", $tpl->get());
390  $a_tpl->parseCurrentBlock();
391 
392  global $tpl;
393  include_once "./Services/YUI/classes/class.ilYuiUtil.php";
395  $tpl->addJavascript("./Modules/TestQuestionPool/templates/default/imagewizard.js");
396  }
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
getPostVar()
Get Post Variable.
static getFileSizeInfo()
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
getFieldId()
Get Post Variable.
special template class to simplify handling of ITX/PEAR
static initDomEvent()
Init YUI DomEvent.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
global $lng
Definition: privfeed.php:40
getSuffixes()
Get Accepted Suffixes.
+ Here is the call graph for this function:

◆ setAllowMove()

ilImageWizardInputGUI::setAllowMove (   $a_allow_move)

Set allow move.

Parameters
boolean$a_allow_moveAllow move

Definition at line 147 of file class.ilImageWizardInputGUI.php.

148  {
149  $this->allowMove = $a_allow_move;
150  }

◆ setDisableActions()

ilImageWizardInputGUI::setDisableActions (   $disable_actions)
Parameters
boolean$disable_actions

Definition at line 49 of file class.ilImageWizardInputGUI.php.

References $disable_actions.

50  {
51  $this->disable_actions = $disable_actions;
52  }

◆ setDisableText()

ilImageWizardInputGUI::setDisableText (   $disable_text)
Parameters
boolean$disable_text

Definition at line 57 of file class.ilImageWizardInputGUI.php.

References $disable_text.

58  {
59  $this->disable_text = $disable_text;
60  }

◆ setDisableUpload()

ilImageWizardInputGUI::setDisableUpload (   $disable_upload)
Parameters
boolean$disable_upload

Definition at line 41 of file class.ilImageWizardInputGUI.php.

References $disable_upload.

42  {
43  $this->disable_upload = $disable_upload;
44  }

◆ setQuestionObject()

ilImageWizardInputGUI::setQuestionObject (   $a_value)

Set question object.

Parameters
object$a_valuetest object

Definition at line 127 of file class.ilImageWizardInputGUI.php.

128  {
129  $this->qstObject =& $a_value;
130  }

◆ setSuffixes()

ilImageWizardInputGUI::setSuffixes (   $a_suffixes)

Set Accepted Suffixes.

Parameters
array$a_suffixesAccepted Suffixes

Definition at line 87 of file class.ilImageWizardInputGUI.php.

Referenced by __construct().

88  {
89  $this->suffixes = $a_suffixes;
90  }
+ Here is the caller graph for this function:

◆ setValue()

ilImageWizardInputGUI::setValue (   $a_value)

Set Value.

Parameters
string$a_valueValue

Definition at line 67 of file class.ilImageWizardInputGUI.php.

References ilTextInputGUI\$value.

68  {
69  $this->values = array();
70  if (is_array($a_value))
71  {
72  if (is_array($a_value['count']))
73  {
74  foreach ($a_value['count'] as $index => $value)
75  {
76  array_push($this->values, $a_value['imagename'][$index]);
77  }
78  }
79  }
80  }

◆ setValues()

ilImageWizardInputGUI::setValues (   $a_values)

Set Values.

Parameters
array$a_valueValue

Definition at line 107 of file class.ilImageWizardInputGUI.php.

108  {
109  $this->values = $a_values;
110  }

Field Documentation

◆ $allowMove

ilImageWizardInputGUI::$allowMove = false
protected

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

Referenced by getAllowMove().

◆ $disable_actions

ilImageWizardInputGUI::$disable_actions = false
protected

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

Referenced by setDisableActions().

◆ $disable_text

ilImageWizardInputGUI::$disable_text = false
protected

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

Referenced by setDisableText().

◆ $disable_upload

ilImageWizardInputGUI::$disable_upload = false
protected

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

Referenced by setDisableUpload().

◆ $qstObject

ilImageWizardInputGUI::$qstObject = null
protected

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

Referenced by getQuestionObject().

◆ $suffixes

ilImageWizardInputGUI::$suffixes = array()
protected

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

Referenced by getSuffixes().

◆ $values

ilImageWizardInputGUI::$values = array()
protected

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

Referenced by getValues().


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