ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
public
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 Tue Jan 28 2025 19:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)