ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ 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
Modules
TestQuestionPool
classes
class.ilSolutionTitleInputGUI.php
Generated on Mon Sep 1 2025 19:00:39 for ILIAS by
1.8.13 (using
Doxyfile
)