|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Glossary Locator GUI. More...
Collaboration diagram for ilGlossaryLocatorGUI:Public Member Functions | |
| __construct () | |
| setTemplateVariable (string $a_temp_var) | |
| setTerm (ilGlossaryTerm $a_term) | |
| setGlossary (ilObjGlossary $a_glossary) | |
| setMode (string $a_mode) | |
| display () | |
| display locator More... | |
Data Fields | |
| string | $mode |
| string | $temp_var |
| ilTree | $tree |
| ilObjGlossary | $glossary |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
Protected Attributes | |
| PresentationGUIRequest | $presentation_request |
| ilGlossaryTerm | $term = null |
| ilCtrl | $ctrl |
| ilLocatorGUI | $locator |
Glossary Locator GUI.
Definition at line 25 of file class.ilGlossaryLocatorGUI.php.
| ilGlossaryLocatorGUI::__construct | ( | ) |
Definition at line 39 of file class.ilGlossaryLocatorGUI.php.
References $DIC, $lng, $tpl, $tree, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\locator().
Here is the call graph for this function:| ilGlossaryLocatorGUI::display | ( | ) |
display locator
Definition at line 84 of file class.ilGlossaryLocatorGUI.php.
References $ctrl, $locator, $tpl, ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setLocator().
Here is the call graph for this function:| ilGlossaryLocatorGUI::setGlossary | ( | ilObjGlossary | $a_glossary | ) |
Definition at line 71 of file class.ilGlossaryLocatorGUI.php.
| ilGlossaryLocatorGUI::setMode | ( | string | $a_mode | ) |
Definition at line 76 of file class.ilGlossaryLocatorGUI.php.
| ilGlossaryLocatorGUI::setTemplateVariable | ( | string | $a_temp_var | ) |
Definition at line 61 of file class.ilGlossaryLocatorGUI.php.
| ilGlossaryLocatorGUI::setTerm | ( | ilGlossaryTerm | $a_term | ) |
Definition at line 66 of file class.ilGlossaryLocatorGUI.php.
|
protected |
Definition at line 29 of file class.ilGlossaryLocatorGUI.php.
Referenced by display().
| ilObjGlossary ilGlossaryLocatorGUI::$glossary |
Definition at line 35 of file class.ilGlossaryLocatorGUI.php.
| ilLanguage ilGlossaryLocatorGUI::$lng |
Definition at line 36 of file class.ilGlossaryLocatorGUI.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilGlossaryLocatorGUI.php.
Referenced by display().
| string ilGlossaryLocatorGUI::$mode |
Definition at line 32 of file class.ilGlossaryLocatorGUI.php.
|
protected |
Definition at line 27 of file class.ilGlossaryLocatorGUI.php.
| string ilGlossaryLocatorGUI::$temp_var |
Definition at line 33 of file class.ilGlossaryLocatorGUI.php.
|
protected |
Definition at line 28 of file class.ilGlossaryLocatorGUI.php.
| ilGlobalTemplateInterface ilGlossaryLocatorGUI::$tpl |
Definition at line 37 of file class.ilGlossaryLocatorGUI.php.
Referenced by __construct(), and display().
| ilTree ilGlossaryLocatorGUI::$tree |
Definition at line 34 of file class.ilGlossaryLocatorGUI.php.
Referenced by __construct().