ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
class.ilAssHintPage.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
"./Services/COPage/classes/class.ilPageObject.php"
);
5
14
class
ilAssHintPage
extends
ilPageObject
15
{
21
function
getParentType
()
22
{
23
return
"qht"
;
24
}
25
26
27
}
28
?>
ilAssHintPage
Assessment hint page object.
Definition:
class.ilAssHintPage.php:15
ilAssHintPage\getParentType
getParentType()
Get parent type.
Definition:
class.ilAssHintPage.php:21
ilPageObject
Class ilPageObject.
Definition:
class.ilPageObject.php:47
Modules
TestQuestionPool
classes
class.ilAssHintPage.php
Generated on Wed Sep 24 2025 19:00:50 for ILIAS by
1.9.4 (using
Doxyfile
)