|
ILIAS
Release_4_2_x_branch Revision 61807
|
GUI class for glossary terms. More...
Collaboration diagram for ilGlossaryTermGUI:Public Member Functions | |
| ilGlossaryTermGUI ($a_id=0) | |
| Constructor public. | |
| executeCommand () | |
| execute command | |
| setOfflineDirectory ($offdir) | |
| set offline directory to offdir | |
| getOfflineDirectory () | |
| get offline directory | |
| setGlossary (&$a_glossary) | |
| setLinkXML ($a_link_xml) | |
| getLinkXML () | |
| create () | |
| form for new content object creation | |
| saveTerm () | |
| save term | |
| editTerm () | |
| Edit term. | |
| updateTerm () | |
| update term | |
| getOverlayHTML ($a_close_el_id, $a_glo_ov_id="", $a_lang="", $a_outputmode="offline") | |
| Get overlay html. | |
| output ($a_offline=false, $a_tpl="", $a_outputmode="presentation") | |
| output glossary term definitions | |
| getInternalLinks () | |
| get internal links | |
| listDefinitions () | |
| list definitions | |
| confirmDefinitionDeletion () | |
| deletion confirmation screen | |
| cancelDefinitionDeletion () | |
| deleteDefinition () | |
| moveUp () | |
| move definition upwards | |
| moveDown () | |
| move definition downwards | |
| addDefinition () | |
| add definition | |
| cancel () | |
| cancel adding definition | |
| saveDefinition () | |
| save definition | |
| getTemplate () | |
| get template | |
| setTabs () | |
| output tabs | |
| displayLocator () | |
| display locator | |
| getTabs (&$tabs_gui) | |
| get tabs | |
| _goto ($a_target, $a_ref_id="") | |
| redirect script | |
| listUsages () | |
| List usage. | |
Data Fields | |
| $ilias | |
| $lng | |
| $tpl | |
| $glossary | |
| $term | |
| $link_xml | |
GUI class for glossary terms.
ilGlossaryTermGUI: ilTermDefinitionEditorGUI, ilPageObjectGUI
Definition at line 17 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::_goto | ( | $a_target, | |
$a_ref_id = "" |
|||
| ) |
redirect script
| string | $a_target |
Definition at line 654 of file class.ilGlossaryTermGUI.php.
References $_GET, $ilErr, $lng, $ref_id, ilObject\_getAllReferences(), ilGlossaryTerm\_lookGlossaryID(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
Here is the call graph for this function:| ilGlossaryTermGUI::addDefinition | ( | ) |
add definition
Definition at line 533 of file class.ilGlossaryTermGUI.php.
References $_GET, displayLocator(), ilUtil\getImagePath(), getTemplate(), and setTabs().
Here is the call graph for this function:| ilGlossaryTermGUI::cancel | ( | ) |
cancel adding definition
Definition at line 561 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::cancelDefinitionDeletion | ( | ) |
Definition at line 494 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::confirmDefinitionDeletion | ( | ) |
deletion confirmation screen
Definition at line 446 of file class.ilGlossaryTermGUI.php.
References $_GET, displayLocator(), ilObjStyleSheet\getContentStylePath(), ilUtil\getImagePath(), ilObjStyleSheet\getSyntaxStylePath(), getTemplate(), ilUtil\sendQuestion(), setTabs(), and ilPageObjectGUI\setTemplateOutput().
Here is the call graph for this function:| ilGlossaryTermGUI::create | ( | ) |
form for new content object creation
Definition at line 107 of file class.ilGlossaryTermGUI.php.
References $_GET, $_SESSION, $lang, ilMDLanguageItem\_getLanguages(), displayLocator(), formSelect(), ilUtil\getImagePath(), getTemplate(), and setTabs().
Here is the call graph for this function:| ilGlossaryTermGUI::deleteDefinition | ( | ) |
Definition at line 500 of file class.ilGlossaryTermGUI.php.
References $_GET.
| ilGlossaryTermGUI::displayLocator | ( | ) |
display locator
Definition at line 609 of file class.ilGlossaryTermGUI.php.
Referenced by addDefinition(), confirmDefinitionDeletion(), create(), editTerm(), listDefinitions(), and listUsages().
Here is the caller graph for this function:| ilGlossaryTermGUI::editTerm | ( | ) |
Edit term.
Definition at line 161 of file class.ilGlossaryTermGUI.php.
References $lang, ilMDLanguageItem\_getLanguages(), displayLocator(), formSelect(), ilUtil\getImagePath(), getTemplate(), and setTabs().
Here is the call graph for this function:| ilGlossaryTermGUI::executeCommand | ( | ) |
execute command
Definition at line 49 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::getInternalLinks | ( | ) |
get internal links
Definition at line 316 of file class.ilGlossaryTermGUI.php.
References ilGlossaryDefinition\getDefinitionList().
Here is the call graph for this function:| ilGlossaryTermGUI::getLinkXML | ( | ) |
Definition at line 99 of file class.ilGlossaryTermGUI.php.
References $link_xml.
Referenced by output().
Here is the caller graph for this function:| ilGlossaryTermGUI::getOfflineDirectory | ( | ) |
get offline directory
Definition at line 84 of file class.ilGlossaryTermGUI.php.
Referenced by output().
Here is the caller graph for this function:| ilGlossaryTermGUI::getOverlayHTML | ( | $a_close_el_id, | |
$a_glo_ov_id = "", |
|||
$a_lang = "", |
|||
$a_outputmode = "offline" |
|||
| ) |
Get overlay html.
| @return |
Definition at line 209 of file class.ilGlossaryTermGUI.php.
References $lng, $tpl, and output().
Here is the call graph for this function:| ilGlossaryTermGUI::getTabs | ( | & | $tabs_gui | ) |
get tabs
Definition at line 623 of file class.ilGlossaryTermGUI.php.
References $_GET, $lng, and ilGlossaryTerm\getNumberOfUsages().
Referenced by setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryTermGUI::getTemplate | ( | ) |
get template
Definition at line 584 of file class.ilGlossaryTermGUI.php.
Referenced by addDefinition(), confirmDefinitionDeletion(), create(), editTerm(), listDefinitions(), and listUsages().
Here is the caller graph for this function:| ilGlossaryTermGUI::ilGlossaryTermGUI | ( | $a_id = 0 | ) |
Constructor public.
Definition at line 30 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::listDefinitions | ( | ) |
list definitions
Definition at line 342 of file class.ilGlossaryTermGUI.php.
References $_GET, displayLocator(), ilObjStyleSheet\getContentStylePath(), ilGlossaryDefinition\getDefinitionList(), ilUtil\getImagePath(), ilObjStyleSheet\getSyntaxStylePath(), getTemplate(), and setTabs().
Here is the call graph for this function:| ilGlossaryTermGUI::listUsages | ( | ) |
List usage.
Definition at line 702 of file class.ilGlossaryTermGUI.php.
References $_GET, $tab, $tpl, displayLocator(), ilUtil\getImagePath(), getTemplate(), and setTabs().
Here is the call graph for this function:| ilGlossaryTermGUI::moveDown | ( | ) |
move definition downwards
Definition at line 522 of file class.ilGlossaryTermGUI.php.
References $_GET.
| ilGlossaryTermGUI::moveUp | ( | ) |
move definition upwards
Definition at line 511 of file class.ilGlossaryTermGUI.php.
References $_GET.
| ilGlossaryTermGUI::output | ( | $a_offline = false, |
|
$a_tpl = "", |
|||
$a_outputmode = "presentation" |
|||
| ) |
output glossary term definitions
used in ilLMPresentationGUI->ilGlossary()
Definition at line 249 of file class.ilGlossaryTermGUI.php.
References $_GET, $tpl, ilGlossaryDefinition\getDefinitionList(), getLinkXML(), and getOfflineDirectory().
Referenced by getOverlayHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryTermGUI::saveDefinition | ( | ) |
save definition
Definition at line 569 of file class.ilGlossaryTermGUI.php.
References $_GET, $_POST, and ilUtil\stripSlashes().
Here is the call graph for this function:| ilGlossaryTermGUI::saveTerm | ( | ) |
save term
Definition at line 144 of file class.ilGlossaryTermGUI.php.
References $_POST, $_SESSION, $term, ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilGlossaryTermGUI::setGlossary | ( | & | $a_glossary | ) |
Definition at line 89 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::setLinkXML | ( | $a_link_xml | ) |
Definition at line 94 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::setOfflineDirectory | ( | $offdir | ) |
set offline directory to offdir
| offdir | contains diretory where to store files |
Definition at line 75 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::setTabs | ( | ) |
output tabs
Definition at line 593 of file class.ilGlossaryTermGUI.php.
References getTabs().
Referenced by addDefinition(), confirmDefinitionDeletion(), create(), editTerm(), listDefinitions(), and listUsages().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryTermGUI::updateTerm | ( | ) |
update term
Definition at line 194 of file class.ilGlossaryTermGUI.php.
References $_POST, ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilGlossaryTermGUI::$glossary |
Definition at line 22 of file class.ilGlossaryTermGUI.php.
| ilGlossaryTermGUI::$ilias |
Definition at line 19 of file class.ilGlossaryTermGUI.php.
Referenced by ilGlossaryTermGUI().
| ilGlossaryTermGUI::$link_xml |
Definition at line 24 of file class.ilGlossaryTermGUI.php.
Referenced by getLinkXML().
| ilGlossaryTermGUI::$lng |
Definition at line 20 of file class.ilGlossaryTermGUI.php.
Referenced by _goto(), getOverlayHTML(), getTabs(), and ilGlossaryTermGUI().
| ilGlossaryTermGUI::$term |
Definition at line 23 of file class.ilGlossaryTermGUI.php.
Referenced by saveTerm().
| ilGlossaryTermGUI::$tpl |
Definition at line 21 of file class.ilGlossaryTermGUI.php.
Referenced by getOverlayHTML(), ilGlossaryTermGUI(), listUsages(), and output().