ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilSolutionTitleInputGUI.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11
class
ilSolutionTitleInputGUI
extends
ilCustomInputGUI
12
{
18
function
checkInput
()
19
{
20
return
true
;
21
}
22
}
ilSolutionTitleInputGUI
This class represents a custom property in a property form.
Definition:
class.ilSolutionTitleInputGUI.php:11
ilSolutionTitleInputGUI\checkInput
checkInput()
Check input, strip slashes etc.
Definition:
class.ilSolutionTitleInputGUI.php:18
ilCustomInputGUI
This class represents a custom property in a property form.
Definition:
class.ilCustomInputGUI.php:34
php
Modules
TestQuestionPool
classes
class.ilSolutionTitleInputGUI.php
Generated on Fri Jan 17 2025 19:01:05 for ILIAS by
1.8.13 (using
Doxyfile
)