ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (string $a_cmd_class) | |
getHTML () | |
![]() | |
__construct (string $cmd_class) | |
getCmdClass () | |
setHighlighter (?ilLuceneHighlighterResultParser $highlighter) | |
getHighlighter () | |
getRefId () | |
getObjId () | |
getType () | |
getSubItemIds (bool $limited=false) | |
getItemListGUI () | |
init (ilObjectListGUI $item_list_gui, int $ref_id, array $subitem_ids) | |
getHTML () | |
Protected Member Functions | |
isAssignmentVisible (int $a_ass_id) | |
![]() | |
showDetailsLink () | |
parseRelevance (int $sub_item) | |
Protected Attributes | |
ilAccessHandler | $access |
![]() | |
ilCtrlInterface | $ctrl |
ilLanguage | $lng |
string | $cmd_class = '' |
ilTemplate | $tpl = null |
ilLuceneHighlighterResultParser | $highlighter = null |
array | $subitem_ids = [] |
ilObjectListGUI | $item_list_gui = null |
int | $ref_id = 0 |
int | $obj_id = 0 |
string | $type = '' |
Additional Inherited Members | |
![]() | |
static | setShowDetails (int $obj_id) |
set show details. More... | |
static | resetDetails () |
As long as static::resetDetails is not possible this method is final. More... | |
static | enabledDetails (int $obj_id) |
As long as static::enableDetails is not possible this method is final. More... | |
![]() | |
static int | $MAX_SUBITEMS = 5 |
static array | $details = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Represents search sub item lists
Definition at line 25 of file class.ilObjExerciseSubItemListGUI.php.
ilObjExerciseSubItemListGUI::__construct | ( | string | $a_cmd_class | ) |
Definition at line 29 of file class.ilObjExerciseSubItemListGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\access().
ilObjExerciseSubItemListGUI::getHTML | ( | ) |
Definition at line 49 of file class.ilObjExerciseSubItemListGUI.php.
References ilSubItemListGUI\$lng, $valid, ILIAS\UI\Implementation\Component\Input\ViewControl\getContent(), ilSubItemListGUI\getHighlighter(), ilSubItemListGUI\getObjId(), ilSubItemListGUI\getRefId(), ilSubItemListGUI\getSubItemIds(), isAssignmentVisible(), ilLanguage\loadLanguageModule(), ilExAssignment\lookupTitle(), ilSubItemListGUI\parseRelevance(), ilSubItemListGUI\showDetailsLink(), and ilLanguage\txt().
|
protected |
Definition at line 37 of file class.ilObjExerciseSubItemListGUI.php.
References $access, and ilExAssignment\lookupAssignmentOnline().
Referenced by getHTML().
|
protected |
Definition at line 27 of file class.ilObjExerciseSubItemListGUI.php.
Referenced by isAssignmentVisible().