|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilObjGlossary. More...
Inheritance diagram for ilObjGlossary:
Collaboration diagram for ilObjGlossary:Public Member Functions | |
| ilObjGlossary ($a_id=0, $a_call_by_reference=true) | |
| Constructor public. | |
| create ($a_upload=false) | |
| create glossary object | |
| read () | |
| read data of content object | |
| getDescription () | |
| get description of glossary object | |
| setDescription ($a_description) | |
| set description of glossary object | |
| setVirtualMode ($a_mode) | |
| set glossary type (virtual: fixed/level/subtree, normal:none) | |
| getVirtualMode () | |
| get glossary type (normal or virtual) | |
| isVirtual () | |
| returns true if glossary type is virtual (any mode) | |
| getTitle () | |
| get title of glossary object | |
| setTitle ($a_title) | |
| set title of glossary object | |
| setOnline ($a_online) | |
| getOnline () | |
| _lookupOnline ($a_id) | |
| check wether content object is online | |
| setActiveGlossaryMenu ($a_act_glo_menu) | |
| isActiveGlossaryMenu () | |
| setActiveDownloads ($a_down) | |
| isActiveDownloads () | |
| update () | |
| assign a meta data object to glossary object | |
| getTermList ($searchterm="") | |
| get term list | |
| createImportDirectory () | |
| creates data directory for import files (data_dir/glo_data/glo_<id>/import, depending on data directory that is set in ILIAS setup/ini) | |
| getImportDirectory () | |
| get import directory of glossary | |
| createExportDirectory ($a_type="xml") | |
| creates data directory for export files (data_dir/glo_data/glo_<id>/export, depending on data directory that is set in ILIAS setup/ini) | |
| getExportDirectory ($a_type="xml") | |
| get export directory of glossary | |
| getExportFiles () | |
| get export files | |
| setPublicExportFile ($a_type, $a_file) | |
| specify public export file for type | |
| getPublicExportFile ($a_type) | |
| get public export file | |
| exportHTML ($a_target_dir, $log) | |
| export html package | |
| exportHTMLGlossaryTerms (&$a_glo_gui, $a_target_dir) | |
| export glossary terms | |
| exportHTMLMOB ($a_target_dir, &$a_glo_gui, $a_mob_id) | |
| export media object to html | |
| exportHTMLFile ($a_target_dir, $a_file_id) | |
| export file object | |
| exportXML (&$a_xml_writer, $a_inst, $a_target_dir, &$expLog) | |
| export object to xml (see ilias_co.dtd) | |
| exportXMLGlossaryItems (&$a_xml_writer, $a_inst, &$expLog) | |
| export page objects to xml (see ilias_co.dtd) | |
| exportXMLMetaData (&$a_xml_writer) | |
| export content objects meta data to xml (see ilias_co.dtd) | |
| exportXMLMediaObjects (&$a_xml_writer, $a_inst, $a_target_dir, &$expLog) | |
| export media objects to xml (see ilias_co.dtd) | |
| exportFileItems ($a_target_dir, &$expLog) | |
| export files of file itmes | |
| modifyExportIdentifier ($a_tag, $a_param, $a_value) | |
| delete () | |
| delete glossary and all related data | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event happend, each object may decide how it reacts. | |
| getXMLZip () | |
Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor public. | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| read object data from db into object | |
| getId () | |
| get object id public | |
| setId ($a_id) | |
| set object id public | |
| setRefId ($a_id) | |
| set reference id public | |
| getRefId () | |
| get reference id public | |
| getType () | |
| get object type public | |
| setType ($a_type) | |
| set object type public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getUntranslatedTitle () | |
| get untranslated object title public | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| getImportId () | |
| get import id | |
| setImportId ($a_import_id) | |
| set import id | |
| _lookupObjIdByImportId ($a_import_id) | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date public | |
| getLastUpdateDate () | |
| get last update date public | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| create () | |
| create | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _getAllReferences ($a_id) | |
| get all reference ids of object | |
| _lookupTitle ($a_id) | |
| lookup object title | |
| _lookupDescription ($a_id) | |
| lookup object description | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _lookupObjId ($a_id) | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _lookupType ($a_id, $a_reference=false) | |
| lookup object type | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _lookupObjectId ($a_ref_id) | |
| lookup object id | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| createReference () | |
| creates reference for object | |
| countReferences () | |
| count references of object | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public | |
| createRoleFolder () | |
| creates a local role folder | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| getHTMLDirectory () | |
| cloneObject ($a_target_id, $a_copy_id=0) | |
| Clone object permissions, put in tree ... | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilObject | |
| static | _getIdsForTitle ($title, $type= '') |
| _exists ($a_id, $a_reference=false) | |
| checks if an object exists in object_data | |
| static | _getObjectsByType ($a_obj_type="") |
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) |
| Prepare copy wizard object selection. | |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Data Fields inherited from ilObject | |
| $ilias | |
| $lng | |
| $id | |
| $ref_id | |
| $type | |
| $title | |
| $untranslatedTitle | |
| $desc | |
| $long_desc | |
| $owner | |
| $create_date | |
| $last_update | |
| $import_id | |
| $register = false | |
| $referenced | |
| $objectList | |
| $max_title | |
| $max_desc | |
| $add_dots | |
| $obj_data_record | |
| object_data record | |
Class ilObjGlossary.
Definition at line 38 of file class.ilObjGlossary.php.
| ilObjGlossary::_lookupOnline | ( | $a_id | ) |
check wether content object is online
Definition at line 182 of file class.ilObjGlossary.php.
References DB_FETCHMODE_ASSOC, and ilUtil\yn2tf().
Referenced by ilRepositoryExplorer\isClickable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::create | ( | $a_upload = false | ) |
create glossary object
Definition at line 54 of file class.ilObjGlossary.php.
References ilObject\create(), ilObject\createMetaData(), ilObject\getId(), and getVirtualMode().
Here is the call graph for this function:| ilObjGlossary::createExportDirectory | ( | $a_type = "xml" | ) |
creates data directory for export files (data_dir/glo_data/glo_<id>/export, depending on data directory that is set in ILIAS setup/ini)
Definition at line 364 of file class.ilObjGlossary.php.
References ilUtil\getDataDir(), ilObject\getId(), and ilUtil\makeDir().
Here is the call graph for this function:| ilObjGlossary::createImportDirectory | ( | ) |
creates data directory for import files (data_dir/glo_data/glo_<id>/import, depending on data directory that is set in ILIAS setup/ini)
Definition at line 323 of file class.ilObjGlossary.php.
References ilUtil\getDataDir(), ilObject\getId(), and ilUtil\makeDir().
Here is the call graph for this function:| ilObjGlossary::delete | ( | ) |
delete glossary and all related data
this method has been tested on may 9th 2004 meta data, terms, definitions, definition meta data and definition pages have been deleted correctly as desired
public
Reimplemented from ilObject.
Definition at line 944 of file class.ilObjGlossary.php.
References ilObject\deleteMetaData(), ilObject\getId(), getTermList(), and isVirtual().
Here is the call graph for this function:| ilObjGlossary::exportFileItems | ( | $a_target_dir, | |
| & | $expLog | ||
| ) |
export files of file itmes
Definition at line 903 of file class.ilObjGlossary.php.
Referenced by exportXML().
Here is the caller graph for this function:| ilObjGlossary::exportHTML | ( | $a_target_dir, | |
| $log | |||
| ) |
export html package
Definition at line 493 of file class.ilObjGlossary.php.
References $_GET, $file, ilObject\$ilias, $tpl, ilUtil\delDir(), exportHTMLFile(), exportHTMLGlossaryTerms(), exportHTMLMOB(), getExportDirectory(), ilObject\getId(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), ilObject\getType(), ilUtil\makeDir(), and ilUtil\zip().
Here is the call graph for this function:| ilObjGlossary::exportHTMLFile | ( | $a_target_dir, | |
| $a_file_id | |||
| ) |
export file object
Definition at line 726 of file class.ilObjGlossary.php.
References ilUtil\makeDir().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportHTMLGlossaryTerms | ( | & | $a_glo_gui, |
| $a_target_dir | |||
| ) |
export glossary terms
Definition at line 592 of file class.ilObjGlossary.php.
References $_GET, $file, ilObjFile\_getFilesOfObject(), ilObjMediaObject\_getMobsOfObject(), ilGlossaryDefinition\getDefinitionList(), getTermList(), and getTitle().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportHTMLMOB | ( | $a_target_dir, | |
| & | $a_glo_gui, | ||
| $a_mob_id | |||
| ) |
export media object to html
Definition at line 668 of file class.ilObjGlossary.php.
References $_GET, $file, $tpl, ilUtil\getWebspaceDir(), ilUtil\makeDir(), and ilUtil\rCopy().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportXML | ( | & | $a_xml_writer, |
| $a_inst, | |||
| $a_target_dir, | |||
| & | $expLog | ||
| ) |
export object to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 747 of file class.ilObjGlossary.php.
References $ilBench, exportFileItems(), exportXMLGlossaryItems(), exportXMLMediaObjects(), exportXMLMetaData(), ilGlossaryDefinition\getDefinitionList(), and getTermList().
Here is the call graph for this function:| ilObjGlossary::exportXMLGlossaryItems | ( | & | $a_xml_writer, |
| $a_inst, | |||
| & | $expLog | ||
| ) |
export page objects to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 818 of file class.ilObjGlossary.php.
References $ilBench, exportXMLMetaData(), and getTermList().
Referenced by exportXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportXMLMediaObjects | ( | & | $a_xml_writer, |
| $a_inst, | |||
| $a_target_dir, | |||
| & | $expLog | ||
| ) |
export media objects to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 885 of file class.ilObjGlossary.php.
Referenced by exportXML().
Here is the caller graph for this function:| ilObjGlossary::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 870 of file class.ilObjGlossary.php.
References ilObject\getId(), and ilObject\getType().
Referenced by exportXML(), and exportXMLGlossaryItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::getDescription | ( | ) |
get description of glossary object
Reimplemented from ilObject.
Definition at line 99 of file class.ilObjGlossary.php.
| ilObjGlossary::getExportDirectory | ( | $a_type = "xml" | ) |
get export directory of glossary
Definition at line 404 of file class.ilObjGlossary.php.
References ilUtil\getDataDir().
Referenced by exportHTML(), and getExportFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::getExportFiles | ( | ) |
get export files
Definition at line 423 of file class.ilObjGlossary.php.
References $dir, $file, ilObject\$type, and getExportDirectory().
Here is the call graph for this function:| ilObjGlossary::getImportDirectory | ( | ) |
get import directory of glossary
Definition at line 352 of file class.ilObjGlossary.php.
References ilUtil\getDataDir().
Here is the call graph for this function:| ilObjGlossary::getOnline | ( | ) |
Definition at line 174 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::getPublicExportFile | ( | $a_type | ) |
get public export file
| string | $a_type | type ("xml" / "html") |
Definition at line 485 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::getTermList | ( | $searchterm = "" | ) |
get term list
Definition at line 265 of file class.ilObjGlossary.php.
References ilObject\getId(), getVirtualMode(), and isVirtual().
Referenced by delete(), exportHTMLGlossaryTerms(), exportXML(), and exportXMLGlossaryItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::getTitle | ( | ) |
get title of glossary object
Reimplemented from ilObject.
Definition at line 155 of file class.ilObjGlossary.php.
Referenced by exportHTMLGlossaryTerms().
Here is the caller graph for this function:| ilObjGlossary::getVirtualMode | ( | ) |
get glossary type (normal or virtual)
Definition at line 137 of file class.ilObjGlossary.php.
Referenced by create(), getTermList(), and update().
Here is the caller graph for this function:| ilObjGlossary::getXMLZip | ( | ) |
Reimplemented from ilObject.
Definition at line 1044 of file class.ilObjGlossary.php.
| ilObjGlossary::ilObjGlossary | ( | $a_id = 0, |
|
$a_call_by_reference = true |
|||
| ) |
Constructor public.
Definition at line 45 of file class.ilObjGlossary.php.
References ilObject\ilObject().
Here is the call graph for this function:| ilObjGlossary::isActiveDownloads | ( | ) |
Definition at line 208 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::isActiveGlossaryMenu | ( | ) |
Definition at line 198 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::isVirtual | ( | ) |
returns true if glossary type is virtual (any mode)
Definition at line 145 of file class.ilObjGlossary.php.
Referenced by delete(), and getTermList().
Here is the caller graph for this function:| ilObjGlossary::modifyExportIdentifier | ( | $a_tag, | |
| $a_param, | |||
| $a_value | |||
| ) |
Definition at line 921 of file class.ilObjGlossary.php.
References ilObject\getId().
Here is the call graph for this function:| ilObjGlossary::notify | ( | $a_event, | |
| $a_ref_id, | |||
| $a_parent_non_rbac_id, | |||
| $a_node_id, | |||
$a_params = 0 |
|||
| ) |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts.
public
| string | event |
| integer | reference id of object where the event occured |
| array | passes optional paramters if required |
Reimplemented from ilObject.
Definition at line 990 of file class.ilObjGlossary.php.
References $_GET, and ilObject\getType().
Here is the call graph for this function:| ilObjGlossary::read | ( | ) |
read data of content object
Definition at line 76 of file class.ilObjGlossary.php.
References DB_FETCHMODE_ASSOC, ilObject\getId(), setActiveDownloads(), setActiveGlossaryMenu(), setOnline(), setPublicExportFile(), setVirtualMode(), and ilUtil\yn2tf().
Here is the call graph for this function:| ilObjGlossary::setActiveDownloads | ( | $a_down | ) |
Definition at line 203 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setActiveGlossaryMenu | ( | $a_act_glo_menu | ) |
Definition at line 193 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setDescription | ( | $a_description | ) |
set description of glossary object
Reimplemented from ilObject.
Definition at line 107 of file class.ilObjGlossary.php.
| ilObjGlossary::setOnline | ( | $a_online | ) |
Definition at line 169 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setPublicExportFile | ( | $a_type, | |
| $a_file | |||
| ) |
specify public export file for type
| string | $a_type | type ("xml" / "html") |
| string | $a_file | file name |
Definition at line 473 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setTitle | ( | $a_title | ) |
set title of glossary object
Reimplemented from ilObject.
Definition at line 163 of file class.ilObjGlossary.php.
| ilObjGlossary::setVirtualMode | ( | $a_mode | ) |
set glossary type (virtual: fixed/level/subtree, normal:none)
Definition at line 116 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::update | ( | ) |
assign a meta data object to glossary object
| object | $a_meta_data | meta data object get meta data object of glossary object |
Reimplemented from ilObject.
Definition at line 241 of file class.ilObjGlossary.php.
References ilObject\getId(), getOnline(), getPublicExportFile(), getVirtualMode(), isActiveDownloads(), isActiveGlossaryMenu(), ilUtil\tf2yn(), and ilObject\updateMetaData().
Here is the call graph for this function: