ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getTitle (string $a_comp_id, string $a_item_type, int $a_item_id) | |
Get title of an assigned item. More... | |
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 Interface for assigned items of taxonomies
Definition at line 23 of file interface.ilTaxAssignedItemInfo.php.
ilTaxAssignedItemInfo::getTitle | ( | string | $a_comp_id, |
string | $a_item_type, | ||
int | $a_item_id | ||
) |
Get title of an assigned item.
string | $a_comp_id | component identifier, e.g. "glo" for glossary |
string | $a_item_type | item type identifier, e.g. "term" for glossary terms |
int | $a_item_id | item id |
Implemented in ilAssQuestionList.