|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilGlossaryDefinition. More...
Collaboration diagram for ilGlossaryDefinition:Public Member Functions | |
| ilGlossaryDefinition ($a_id=0) | |
| Constructor public. | |
| read () | |
| read data of content object | |
| setId ($a_id) | |
| getId () | |
| getType () | |
| setTermId ($a_term_id) | |
| getTermId () | |
| setShortText ($a_text) | |
| getShortText () | |
| setNr ($a_nr) | |
| getNr () | |
| assignPageObject (&$a_page_object) | |
| & | getPageObject () |
| getTitle () | |
| get title of content object | |
| setTitle ($a_title) | |
| set title of content object | |
| getDescription () | |
| get description of content object | |
| setDescription ($a_description) | |
| set description of content object | |
| create ($a_upload=false) | |
| delete () | |
| moveUp () | |
| moveDown () | |
| update () | |
| shortenShortText ($text) | |
| Shorten short text. | |
| updateShortText () | |
| getDefinitionList ($a_term_id) | |
| static | |
| exportXML (&$a_xml_writer, $a_inst) | |
| export xml | |
| exportXMLMetaData (&$a_xml_writer) | |
| export content objects meta data to xml (see ilias_co.dtd) | |
| modifyExportIdentifier ($a_tag, $a_param, $a_value) | |
| exportXMLDefinition (&$a_xml_writer, $a_inst=0) | |
| export page objects meta data to xml (see ilias_co.dtd) | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| _lookupTermId ($a_def_id) | |
| Looks up term id for a definition id. | |
Data Fields | |
| $ilias | |
| $lng | |
| $tpl | |
| $id | |
| $term_id | |
| $glo_id | |
| $page_object | |
| $short_text | |
| $nr | |
Class ilGlossaryDefinition.
Definition at line 14 of file class.ilGlossaryDefinition.php.
| ilGlossaryDefinition::_lookupTermId | ( | $a_def_id | ) |
Looks up term id for a definition id.
| int | $a_def_id | definition id |
Definition at line 593 of file class.ilGlossaryDefinition.php.
Referenced by ilMediaPoolPageUsagesTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilObjMediaObject\getParentObjectIdForUsage(), and ilLMContentSearch\performSearch().
Here is the caller graph for this function:| ilGlossaryDefinition::assignPageObject | ( | & | $a_page_object | ) |
Definition at line 110 of file class.ilGlossaryDefinition.php.
| ilGlossaryDefinition::create | ( | $a_upload = false | ) |
Definition at line 156 of file class.ilGlossaryDefinition.php.
References $ilDB, $q, createMetaData(), getId(), getTermId(), ilDB\LOCK_WRITE, setId(), and setNr().
Here is the call graph for this function:| ilGlossaryDefinition::createMetaData | ( | ) |
create meta data entry
Definition at line 486 of file class.ilGlossaryDefinition.php.
References $glo_id, $lang, ilGlossaryTerm\_lookGlossaryID(), ilGlossaryTerm\_lookLanguage(), getDescription(), getId(), getTermId(), getTitle(), and getType().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::delete | ( | ) |
Definition at line 207 of file class.ilGlossaryDefinition.php.
References $ilDB, $q, deleteMetaData(), ilDB\LOCK_WRITE, and setNr().
Here is the call graph for this function:| ilGlossaryDefinition::deleteMetaData | ( | ) |
delete meta data entry
Definition at line 534 of file class.ilGlossaryDefinition.php.
References $glo_id, ilGlossaryTerm\_lookGlossaryID(), getId(), getTermId(), and getType().
Referenced by delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::exportXML | ( | & | $a_xml_writer, |
| $a_inst | |||
| ) |
export xml
Definition at line 421 of file class.ilGlossaryDefinition.php.
References exportXMLDefinition(), and exportXMLMetaData().
Here is the call graph for this function:| ilGlossaryDefinition::exportXMLDefinition | ( | & | $a_xml_writer, |
$a_inst = 0 |
|||
| ) |
export page objects meta data to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 469 of file class.ilGlossaryDefinition.php.
Referenced by exportXML().
Here is the caller graph for this function:| ilGlossaryDefinition::exportXMLMetaData | ( | & | $a_xml_writer | ) |
export content objects meta data to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 439 of file class.ilGlossaryDefinition.php.
References $glo_id, ilGlossaryTerm\_lookGlossaryID(), getId(), getTermId(), and getType().
Referenced by exportXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::getDefinitionList | ( | $a_term_id | ) |
static
Definition at line 399 of file class.ilGlossaryDefinition.php.
Referenced by ilSoapGLOStructureReader\_parseStructure(), ilGlossaryTerm\delete(), ilObjGlossary\exportHTMLGlossaryTerms(), ilObjContentObject\exportHTMLGlossaryTerms(), ilGlossaryTerm\exportXML(), ilObjGlossary\exportXML(), ilGlossaryTermGUI\getInternalLinks(), ilGlossaryTermGUI\listDefinitions(), ilGlossaryPresentationGUI\listDefinitions(), ilGlossaryPresentationGUI\listTermByGiven(), ilObjGlossaryGUI\listTerms(), ilGlossaryTermGUI\output(), ilObjGlossaryGUI\quickList(), and ilLMPresentationGUI\showPrintView().
Here is the caller graph for this function:| ilGlossaryDefinition::getDescription | ( | ) |
get description of content object
Definition at line 143 of file class.ilGlossaryDefinition.php.
Referenced by createMetaData(), and updateMetaData().
Here is the caller graph for this function:| ilGlossaryDefinition::getId | ( | ) |
Definition at line 70 of file class.ilGlossaryDefinition.php.
References $id.
Referenced by create(), createMetaData(), deleteMetaData(), exportXMLMetaData(), MDUpdateListener(), modifyExportIdentifier(), and updateMetaData().
Here is the caller graph for this function:| ilGlossaryDefinition::getNr | ( | ) |
Definition at line 105 of file class.ilGlossaryDefinition.php.
References $nr.
Referenced by moveDown(), and moveUp().
Here is the caller graph for this function:| & ilGlossaryDefinition::getPageObject | ( | ) |
Definition at line 115 of file class.ilGlossaryDefinition.php.
References $page_object.
| ilGlossaryDefinition::getShortText | ( | ) |
Definition at line 95 of file class.ilGlossaryDefinition.php.
References $short_text.
| ilGlossaryDefinition::getTermId | ( | ) |
Definition at line 85 of file class.ilGlossaryDefinition.php.
References $term_id.
Referenced by create(), createMetaData(), deleteMetaData(), exportXMLMetaData(), MDUpdateListener(), moveDown(), and updateMetaData().
Here is the caller graph for this function:| ilGlossaryDefinition::getTitle | ( | ) |
get title of content object
Definition at line 125 of file class.ilGlossaryDefinition.php.
References $title.
Referenced by createMetaData(), and updateMetaData().
Here is the caller graph for this function:| ilGlossaryDefinition::getType | ( | ) |
Definition at line 75 of file class.ilGlossaryDefinition.php.
Referenced by createMetaData(), deleteMetaData(), exportXMLMetaData(), MDUpdateListener(), and updateMetaData().
Here is the caller graph for this function:| ilGlossaryDefinition::ilGlossaryDefinition | ( | $a_id = 0 | ) |
| ilGlossaryDefinition::MDUpdateListener | ( | $a_element | ) |
Meta data update listener.
Important note: Do never call create() or update() method of ilObject here. It would result in an endless loop: update object -> update meta -> update object -> ... Use static _writeTitle() ... methods instead.
Even if this is not stored to db, it should be stored to the object e.g. for during import parsing
| string | $a_element |
Definition at line 557 of file class.ilGlossaryDefinition.php.
References $glo_id, $id, ilGlossaryTerm\_lookGlossaryID(), getId(), getTermId(), getType(), setDescription(), and setTitle().
Here is the call graph for this function:| ilGlossaryDefinition::modifyExportIdentifier | ( | $a_tag, | |
| $a_param, | |||
| $a_value | |||
| ) |
Definition at line 452 of file class.ilGlossaryDefinition.php.
References getId().
Here is the call graph for this function:| ilGlossaryDefinition::moveDown | ( | ) |
Definition at line 292 of file class.ilGlossaryDefinition.php.
References $ilDB, $q, getNr(), getTermId(), ilDB\LOCK_WRITE, and setNr().
Here is the call graph for this function:| ilGlossaryDefinition::moveUp | ( | ) |
Definition at line 251 of file class.ilGlossaryDefinition.php.
References $ilDB, $q, getNr(), ilDB\LOCK_WRITE, and setNr().
Here is the call graph for this function:| ilGlossaryDefinition::read | ( | ) |
read data of content object
Definition at line 49 of file class.ilGlossaryDefinition.php.
References $ilDB, $q, setNr(), setShortText(), and setTermId().
Referenced by ilGlossaryDefinition().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::setDescription | ( | $a_description | ) |
set description of content object
Definition at line 151 of file class.ilGlossaryDefinition.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:| ilGlossaryDefinition::setId | ( | $a_id | ) |
Definition at line 65 of file class.ilGlossaryDefinition.php.
Referenced by create().
Here is the caller graph for this function:| ilGlossaryDefinition::setNr | ( | $a_nr | ) |
Definition at line 100 of file class.ilGlossaryDefinition.php.
Referenced by create(), delete(), moveDown(), moveUp(), and read().
Here is the caller graph for this function:| ilGlossaryDefinition::setShortText | ( | $a_text | ) |
Definition at line 90 of file class.ilGlossaryDefinition.php.
References shortenShortText().
Referenced by read(), and updateShortText().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::setTermId | ( | $a_term_id | ) |
Definition at line 80 of file class.ilGlossaryDefinition.php.
Referenced by read().
Here is the caller graph for this function:| ilGlossaryDefinition::setTitle | ( | $a_title | ) |
set title of content object
Definition at line 133 of file class.ilGlossaryDefinition.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:| ilGlossaryDefinition::shortenShortText | ( | $text | ) |
Shorten short text.
| @return |
Definition at line 358 of file class.ilGlossaryDefinition.php.
References ilUtil\shortenText().
Referenced by setShortText(), and updateShortText().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::update | ( | ) |
Definition at line 339 of file class.ilGlossaryDefinition.php.
References $ilDB, and updateMetaData().
Referenced by updateShortText().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::updateMetaData | ( | ) |
update meta data entry
Definition at line 509 of file class.ilGlossaryDefinition.php.
References $glo_id, ilGlossaryTerm\_lookGlossaryID(), getDescription(), getId(), getTermId(), getTitle(), and getType().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryDefinition::updateShortText | ( | ) |
Definition at line 385 of file class.ilGlossaryDefinition.php.
References setShortText(), shortenShortText(), and update().
Here is the call graph for this function:| ilGlossaryDefinition::$glo_id |
Definition at line 22 of file class.ilGlossaryDefinition.php.
Referenced by createMetaData(), deleteMetaData(), exportXMLMetaData(), MDUpdateListener(), and updateMetaData().
| ilGlossaryDefinition::$id |
Definition at line 20 of file class.ilGlossaryDefinition.php.
Referenced by getId(), and MDUpdateListener().
| ilGlossaryDefinition::$ilias |
Definition at line 16 of file class.ilGlossaryDefinition.php.
Referenced by ilGlossaryDefinition().
| ilGlossaryDefinition::$lng |
Definition at line 17 of file class.ilGlossaryDefinition.php.
Referenced by ilGlossaryDefinition().
| ilGlossaryDefinition::$nr |
Definition at line 25 of file class.ilGlossaryDefinition.php.
Referenced by getNr().
| ilGlossaryDefinition::$page_object |
Definition at line 23 of file class.ilGlossaryDefinition.php.
Referenced by getPageObject().
| ilGlossaryDefinition::$short_text |
Definition at line 24 of file class.ilGlossaryDefinition.php.
Referenced by getShortText().
| ilGlossaryDefinition::$term_id |
Definition at line 21 of file class.ilGlossaryDefinition.php.
Referenced by getTermId().
| ilGlossaryDefinition::$tpl |
Definition at line 18 of file class.ilGlossaryDefinition.php.
Referenced by ilGlossaryDefinition().