|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilLMObject. More...
Inheritance diagram for ilLMObject:
Collaboration diagram for ilLMObject:Public Member Functions | |
| ilLMObject ($a_content_obj, $a_id=0) | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. More... | |
| _lookupNID ($a_lm_id, $a_lm_obj_id, $a_type) | |
| lookup named identifier (ILIAS_NID) More... | |
| createMetaData () | |
| create meta data entry More... | |
| updateMetaData () | |
| update meta data entry More... | |
| deleteMetaData () | |
| delete meta data entry More... | |
| setDataRecord ($a_record) | |
| this method should only be called by class ilLMObjectFactory More... | |
| read () | |
| setTitle ($a_title) | |
| set title of lm object More... | |
| getTitle () | |
| get title of lm object More... | |
| _writeTitle ($a_obj_id, $a_title) | |
| setDescription ($a_description) | |
| getDescription () | |
| setType ($a_type) | |
| getType () | |
| setLMId ($a_lm_id) | |
| getLMId () | |
| setContentObject (&$a_content_obj) | |
| & | getContentObject () |
| setId ($a_id) | |
| getId () | |
| getImportId () | |
| setImportId ($a_id) | |
| setLayout ($a_val) | |
| Set layout. More... | |
| getLayout () | |
| Get layout. More... | |
| _writeImportId ($a_id, $a_import_id) | |
| write import id to db (static) More... | |
| create ($a_upload=false) | |
| update () | |
| update complete object More... | |
| delete ($a_delete_meta_data=true) | |
| delete lm object data More... | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) More... | |
| _getAllObjectsForImportId ($a_import_id, $a_in_lm=0) | |
| Get all items for an import ID. More... | |
| _exists ($a_id) | |
| checks wether a lm content object with specified id exists or not More... | |
| getObjectList ($lm_id, $type="") | |
| static More... | |
| _deleteAllObjectData (&$a_cobj) | |
| delete all objects of content object (digi book / learning module) More... | |
| _lookupContObjID ($a_id) | |
| get learning module / digibook id for lm object More... | |
| clipboardCut ($a_cont_obj_id, $a_ids) | |
| Copy a set of chapters/pages into the clipboard. More... | |
| existsExportID ($a_lm_id, $a_exp_id, $a_type="pg") | |
| Does export ID exist in lm? More... | |
| getExportIDInfo ($a_lm_id, $a_exp_id, $a_type="pg") | |
| Does export ID exist in lm? More... | |
Static Public Member Functions | |
| static | preloadDataByLM ($a_lm_id) |
| Preload data records by lm. More... | |
| static | _lookupTitle ($a_obj_id) |
| Lookup title. More... | |
| static | _lookupType ($a_obj_id, $a_lm_id=0) |
| Lookup type. More... | |
| _writePublicAccessStatus ($a_pages, $a_cont_obj_id) | |
| update public access flags in lm_data for all pages of a content object@access public More... | |
| static | _isPagePublic ($a_node_id, $a_check_public_mode=false) |
| static | putInTree ($a_obj, $a_parent_id="", $a_target_node_id="") |
| put this object into content object tree More... | |
| static | getTree ($a_cont_obj_id) |
| Get learningmodule tree. More... | |
| static | clipboardCopy ($a_cont_obj_id, $a_ids) |
| Copy a set of chapters/pages into the clipboard. More... | |
| static | pasteTree ($a_target_lm, $a_item_id, $a_parent_id, $a_target, $a_insert_time, &$a_copied_nodes, $a_as_copy=false, $a_source_lm=null) |
| Paste item (tree) from clipboard to current lm. More... | |
| static | saveTitles ($a_lm, $a_titles, $a_lang="-") |
| Save titles for lm objects. More... | |
| static | updateInternalLinks ($a_copied_nodes, $a_parent_type="lm") |
| Update internal links, after multiple pages have been copied. More... | |
| static | uniqueTypesCheck ($a_items) |
| Check for unique types (all pages or all chapters) More... | |
| static | writeLayout ($a_obj_id, $a_layout, $a_lm=null) |
| Write layout setting. More... | |
| static | lookupLayout ($a_obj_id) |
| Lookup type. More... | |
| static | getPagesOfChapter ($a_lm_id, $a_chap_id) |
| Get pages of chapter. More... | |
| static | _getAllLMObjectsOfLM ($a_lm_id, $a_type="") |
| Get all objects of learning module. More... | |
| static | saveExportId ($a_lm_id, $a_lmobj_id, $a_exp_id, $a_type="pg") |
| Save export id. More... | |
| static | getExportId ($a_lm_id, $a_lmobj_id, $a_type="pg") |
| Get export ID. More... | |
| static | getDuplicateExportIDs ($a_lm_id, $a_type="pg") |
| Get duplicate export IDs (count export ID usages) More... | |
| static | _getPresentationTitle ($a_node, $a_mode=IL_PAGE_TITLE, $a_include_numbers=false, $a_time_scheduled_activation=false, $a_force_content=false, $a_lm_id=0, $a_lang="-") |
| Get affective title. More... | |
Data Fields | |
| $ilias | |
| $lm_id | |
| $type | |
| $id | |
| $meta_data | |
| $data_record | |
| $content_object | |
| $title | |
| $description | |
| $active = true | |
Static Protected Attributes | |
| static | $data_records = array() |
Class ilLMObject.
Base class for ilStructureObjects and ilPageObjects (see ILIAS DTD)
Definition at line 17 of file class.ilLMObject.php.
| ilLMObject::_deleteAllObjectData | ( | & | $a_cobj | ) |
delete all objects of content object (digi book / learning module)
Definition at line 721 of file class.ilLMObject.php.
References $ilDB, $query, and ilLMObjectFactory\getInstance().
Referenced by ilObjContentObject\delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::_exists | ( | $a_id | ) |
checks wether a lm content object with specified id exists or not
| int | $id | id |
Definition at line 666 of file class.ilLMObject.php.
References $ilDB, and ilInternalLink\_extractObjIdOfTarget().
Referenced by ilInternalLink\_exists(), ilLinksTableGUI\fillRow(), getDuplicateExportIDs(), ilLMPresentationGUI\ilPage(), ilHelpGUI\showHelp(), and ilLMPresentationGUI\showPrintView().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get all objects of learning module.
return
Definition at line 1358 of file class.ilLMObject.php.
References $ilDB.
Referenced by ilLMTableOfContentsExplorerGUI\__construct(), and ilLMTracker\loadLMTrackingData().
Here is the caller graph for this function:| ilLMObject::_getAllObjectsForImportId | ( | $a_import_id, | |
$a_in_lm = 0 |
|||
| ) |
Get all items for an import ID.
(only for items notnot in trash)
| int | $a_import_id | import id |
Definition at line 632 of file class.ilLMObject.php.
References $ilDB, and ilObject\_hasUntrashedReference().
Referenced by updateInternalLinks().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::_getIdForImportId | ( | $a_import_id | ) |
get current object id for import id (static)
import ids can exist multiple times (if the same learning module has been imported multiple times). we get the object id of the last imported object, that is not in trash
| int | $a_import_id | import id |
Definition at line 598 of file class.ilLMObject.php.
References $ilDB, $lm_id, ilObject\_getAllReferences(), ilObject\_hasUntrashedReference(), _lookupContObjID(), and ilObjHelpSettings\isHelpLM().
Referenced by ilInternalLink\_getIdForImportId(), SurveyQuestion\_resolveInternalLink(), and assQuestion\_resolveInternalLink().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get affective title.
return
Reimplemented in ilLMPageObject.
Definition at line 1519 of file class.ilLMObject.php.
References ilLMPageObject\_getPresentationTitle(), and ilStructureObject\_getPresentationTitle().
Referenced by ilLMExplorerGUI\getNodeContent(), and ilPublicSectionExplorerGUI\getNodeContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 539 of file class.ilLMObject.php.
References $ilDB, $ilLog, $lm_id, $r, $row, and ilUtil\yn2tf().
Referenced by ilLMPresentationGUI\executeCommand(), ilLMPresentationGUI\getCurrentPageId(), ilLMPresentationGUI\getSuccessorPage(), ilLMPresentationGUI\ilLMNavigation(), ilLMPresentationGUI\ilPage(), ilShopPublicSectionSelector\isClickable(), ilLMTOCExplorerGUI\isNodeClickable(), ilLMPresentationGUI\showPrintView(), and ilLMPresentationGUI\showPrintViewSelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::_lookupContObjID | ( | $a_id | ) |
get learning module / digibook id for lm object
Definition at line 748 of file class.ilLMObject.php.
Referenced by ilObjContentObjectAccess\_checkGoto(), ilStartUpGUI\_checkGoto(), _getIdForImportId(), ilLMPageObject\_getPresentationTitle(), ilStructureObject\_getPresentationTitle(), ilLMPageObjectGUI\_goto(), ilStructureObjectGUI\_goto(), ilLMPageObject\_splitPage(), ilLMPageObject\_splitPageNext(), SurveyQuestion\addInternalLink(), ilObjMediaObjectAccess\checkAccessGlossaryTerm(), ilLinksTableGUI\fillRow(), ilLearningModuleImporter\finalProcessing(), ilGlossaryPresentationGUI\getLinkXML(), ilLMPageObjectGUI\getLinkXML(), ilLMPresentationGUI\getLinkXML(), ilObjMediaObject\getParentObjectIdForUsage(), ilGlossaryPresentationGUI\listDefinitions(), ilObjContentObjectGUI\pastePage(), pasteTree(), ilPageObjectGUI\setDefaultLinkXml(), SurveyQuestion\setMaterial(), and updateInternalLinks().
Here is the caller graph for this function:| ilLMObject::_lookupNID | ( | $a_lm_id, | |
| $a_lm_obj_id, | |||
| $a_type | |||
| ) |
lookup named identifier (ILIAS_NID)
Definition at line 101 of file class.ilLMObject.php.
References $id.
|
static |
Lookup title.
| int | lm object id |
Definition at line 262 of file class.ilLMObject.php.
Referenced by ilLMPageObject\_getPresentationTitle(), ilStructureObject\_getPresentationTitle(), clipboardCopy(), ilObjContentObjectGUI\confirmedDelete(), ilObjContentObject\executeDragDrop(), ilObjContentObject\exportHTMLPages(), ilCourseObjectiveMaterialAssignmentTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilTermUsagesTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilLMQuestionListTableGUI\fillRow(), ilMediaPoolPageUsagesTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilLMTracker\getBlockedUsersInformation(), ilObjLearningModuleSubItemListGUI\getHTML(), ilImageMapEditorGUI\getMapAreaLinkString(), ilLinkInputGUI\getTranslatedValue(), ilLMPresentationGUI\ilPage(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilHelpGUI\search(), ilHelpGUI\showHelp(), ilHelpGUI\showPage(), ilLMPresentationGUI\showPreconditionsOfPage(), and ilObjContentObject\validatePages().
Here is the caller graph for this function:
|
static |
Lookup type.
| int | id of pg st |
| int | id of lm object [optional] |
Definition at line 285 of file class.ilLMObject.php.
Referenced by ilStructureObjectGUI\activatePages(), clipboardCopy(), ilLMPresentationGUI\getCurrentPageId(), ilObjLearningModuleSubItemListGUI\getHTML(), ilLMTOCExplorerGUI\getRootNode(), ilLMPresentationGUI\getSuccessorPage(), ilLMPresentationGUI\ilLMNavigation(), ilLMPresentationGUI\ilPage(), ilLMPresentationGUI\ilTOC(), ilPageObject\moveIntLinks(), pasteTree(), ilSCORM2004Node\pasteTree(), ilObjContentObjectGUI\saveExportIds(), ilLMPresentationGUI\showPrintView(), ilLMPresentationGUI\showTableOfContents(), uniqueTypesCheck(), updateInternalLinks(), ilCourseObjectivesGUI\updateMaterialAssignment(), and writeLayout().
Here is the caller graph for this function:| ilLMObject::_writeImportId | ( | $a_id, | |
| $a_import_id | |||
| ) |
write import id to db (static)
| int | $a_id | lm object id |
| string | $a_import_id | import id @access public |
Definition at line 409 of file class.ilLMObject.php.
References $ilDB.
Referenced by ilContObjParser\handlerEndTag().
Here is the caller graph for this function:
|
static |
update public access flags in lm_data for all pages of a content object@access public
| array | page ids |
| integer | content object id |
Definition at line 478 of file class.ilLMObject.php.
References $ilDB, $ilErr, $ilLog, $r, and $row.
Referenced by ilObjContentObjectGUI\savePublicSection(), and ilObjContentObjectGUI\savePublicSectionPages().
Here is the caller graph for this function:| ilLMObject::_writeTitle | ( | $a_obj_id, | |
| $a_title | |||
| ) |
Definition at line 310 of file class.ilLMObject.php.
Referenced by MDUpdateListener(), and saveTitles().
Here is the caller graph for this function:
|
static |
Copy a set of chapters/pages into the clipboard.
Definition at line 887 of file class.ilLMObject.php.
References $id, $ilUser, _lookupTitle(), _lookupType(), and getTree().
Referenced by clipboardCut(), ilStructureObjectGUI\copyItems(), ilObjContentObjectGUI\copyItems(), and ilObjContentObjectGUI\copyPage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::clipboardCut | ( | $a_cont_obj_id, | |
| $a_ids | |||
| ) |
Copy a set of chapters/pages into the clipboard.
Definition at line 839 of file class.ilLMObject.php.
References $id, $path, clipboardCopy(), and getTree().
Referenced by ilObjContentObjectGUI\cutItems(), ilStructureObjectGUI\cutItems(), and ilObjContentObjectGUI\movePage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::create | ( | $a_upload = false | ) |
Reimplemented in ilStructureObject.
Definition at line 422 of file class.ilLMObject.php.
References $ilDB, $query, ilHistory\_createEntry(), createMetaData(), getId(), getImportId(), getLayout(), getLMId(), getTitle(), getType(), and setId().
Here is the call graph for this function:| ilLMObject::createMetaData | ( | ) |
create meta data entry
Definition at line 126 of file class.ilLMObject.php.
References $ilUser, getDescription(), getId(), getLMId(), getTitle(), and getType().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::delete | ( | $a_delete_meta_data = true | ) |
delete lm object data
Reimplemented in ilLMPageObject, and ilStructureObject.
Definition at line 576 of file class.ilLMObject.php.
References $ilDB, $query, deleteMetaData(), and getId().
Here is the call graph for this function:| ilLMObject::deleteMetaData | ( | ) |
delete meta data entry
Definition at line 173 of file class.ilLMObject.php.
References getId(), getLMId(), and getType().
Referenced by delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::existsExportID | ( | $a_lm_id, | |
| $a_exp_id, | |||
$a_type = "pg" |
|||
| ) |
Does export ID exist in lm?
return
Definition at line 1473 of file class.ilLMObject.php.
References ilMDIdentifier\existsIdInRbacObject().
Referenced by ilLMPageObject\copy().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilLMObject::getContentObject | ( | ) |
Definition at line 357 of file class.ilLMObject.php.
References $content_object.
Referenced by ilStructureObject\exportFOPageObjects(), ilLMPageObject\exportXMLPageContent(), and ilStructureObject\exportXMLStructureObjects().
Here is the caller graph for this function:| ilLMObject::getDescription | ( | ) |
Definition at line 326 of file class.ilLMObject.php.
References $description.
Referenced by ilLMPageObject\copy(), ilStructureObject\copy(), ilLMPageObject\copyToOtherContObject(), and createMetaData().
Here is the caller graph for this function:
|
static |
Get duplicate export IDs (count export ID usages)
Definition at line 1482 of file class.ilLMObject.php.
References $res, _exists(), and ilMDIdentifier\_getEntriesForRbacObj().
Referenced by ilExportIDTableGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get export ID.
return
Definition at line 1451 of file class.ilLMObject.php.
References ilMDIdentifier\_getEntriesForObj().
Referenced by ilLMPageObject\copy(), ilObjContentObject\exportHTMLPages(), ilExportIDTableGUI\fillRow(), ilLMPresentationGUI\getLink(), and ilLMTOCExplorerGUI\getNodeHref().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::getExportIDInfo | ( | $a_lm_id, | |
| $a_exp_id, | |||
$a_type = "pg" |
|||
| ) |
Does export ID exist in lm?
return
Definition at line 1506 of file class.ilLMObject.php.
References $data, and ilMDIdentifier\readIdData().
Here is the call graph for this function:| ilLMObject::getId | ( | ) |
Reimplemented in ilLMPageObject.
Definition at line 367 of file class.ilLMObject.php.
References $id.
Referenced by ilStructureObject\copy(), create(), createMetaData(), delete(), ilStructureObject\delete(), ilStructureObject\delete_rec(), deleteMetaData(), ilStructureObject\exportFOPageObjects(), ilStructureObject\exportXML(), ilStructureObject\exportXMLMetaData(), ilStructureObject\exportXMLPageObjects(), ilStructureObject\exportXMLStructureObjects(), MDUpdateListener(), ilStructureObject\modifyExportIdentifier(), update(), and updateMetaData().
Here is the caller graph for this function:| ilLMObject::getImportId | ( | ) |
Definition at line 372 of file class.ilLMObject.php.
Referenced by create().
Here is the caller graph for this function:| ilLMObject::getLayout | ( | ) |
Get layout.
Definition at line 397 of file class.ilLMObject.php.
Referenced by ilLMPageObject\copy(), create(), and update().
Here is the caller graph for this function:| ilLMObject::getLMId | ( | ) |
Definition at line 347 of file class.ilLMObject.php.
References $lm_id.
Referenced by ilLMPageObject\copy(), ilStructureObject\copy(), ilLMPageObject\copyToOtherContObject(), create(), ilLMPageObject\create(), createMetaData(), deleteMetaData(), ilLMPageObject\exportXMLMetaData(), ilStructureObject\exportXMLMetaData(), MDUpdateListener(), update(), and updateMetaData().
Here is the caller graph for this function:| ilLMObject::getObjectList | ( | $lm_id, | |
$type = "" |
|||
| ) |
static
Definition at line 693 of file class.ilLMObject.php.
References $ilDB, $lm_id, $query, and $type.
Referenced by ilLMPageObject\getPageList(), ilLearningModuleExporter\getXmlExportTailDependencies(), ilHelpExporter\getXmlExportTailDependencies(), and ilObjHelpSettings\uploadHelpModule().
Here is the caller graph for this function:
|
static |
Get pages of chapter.
return
Definition at line 1339 of file class.ilLMObject.php.
Referenced by ilHelpGUI\showHelp().
Here is the caller graph for this function:| ilLMObject::getTitle | ( | ) |
get title of lm object
Definition at line 251 of file class.ilLMObject.php.
References $title.
Referenced by ilLMPageObject\copy(), ilStructureObject\copy(), ilLMPageObject\copyToOtherContObject(), create(), createMetaData(), ilStructureObject\exportFO(), update(), and updateMetaData().
Here is the caller graph for this function:
|
static |
Get learningmodule tree.
| int | learning module object id |
Definition at line 826 of file class.ilLMObject.php.
Referenced by clipboardCopy(), and clipboardCut().
Here is the caller graph for this function:| ilLMObject::getType | ( | ) |
Definition at line 336 of file class.ilLMObject.php.
References $type.
Referenced by ilLMPageObject\copy(), ilStructureObject\copy(), ilLMPageObject\copyToOtherContObject(), create(), createMetaData(), deleteMetaData(), ilLMPageObject\exportXMLMetaData(), ilStructureObject\exportXMLMetaData(), MDUpdateListener(), and updateMetaData().
Here is the caller graph for this function:| ilLMObject::ilLMObject | ( | $a_content_obj, | |
$a_id = 0 |
|||
| ) |
| object | $a_content_obj | content object (digi book or learning module) |
Definition at line 34 of file class.ilLMObject.php.
References $ilias, read(), setContentObject(), and setLMId().
Here is the call graph for this function:
|
static |
Lookup type.
| int | lm object id |
Definition at line 1321 of file class.ilLMObject.php.
Referenced by ilLMPresentationGUI\determineLayout(), and ilLMPagesTableGUI\fillRow().
Here is the caller graph for this function:| ilLMObject::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.
| string | $a_element | md element |
Definition at line 59 of file class.ilLMObject.php.
References $id, ilLPStatusWrapper\_refreshStatus(), _writeTitle(), getId(), ilObjectLP\getInstance(), getLMId(), getType(), ilLPObjSettings\LP_MODE_COLLECTION_TLT, and ilLPObjSettings\LP_MODE_TLT.
Here is the call graph for this function:
|
static |
Paste item (tree) from clipboard to current lm.
Definition at line 928 of file class.ilLMObject.php.
References $ilias, $ilLog, $ilUser, _lookupContObjID(), _lookupType(), IL_LAST_NODE, pasteTree(), and putInTree().
Referenced by ilObjContentObject\copyAllPagesAndChapters(), ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilStructureObjectGUI\insertPageClip(), and pasteTree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Preload data records by lm.
| integer | $a_lm_id | lm id |
Definition at line 221 of file class.ilLMObject.php.
References $ilDB.
Referenced by ilLMExplorerGUI\__construct().
Here is the caller graph for this function:
|
static |
put this object into content object tree
Definition at line 768 of file class.ilLMObject.php.
References $ilLog, and IL_FIRST_NODE.
Referenced by ilObjContentObject\addFirstChapterAndPage(), ilLearningModuleDataSet\importRecord(), ilStructureObjectGUI\insertChapter(), ilObjContentObjectGUI\insertChapter(), ilStructureObjectGUI\insertPage(), and pasteTree().
Here is the caller graph for this function:| ilLMObject::read | ( | ) |
Reimplemented in ilLMPageObject.
Definition at line 191 of file class.ilLMObject.php.
References $ilBench, $ilDB, $query, setImportId(), setLayout(), and setTitle().
Referenced by ilLMObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Save export id.
return
Definition at line 1388 of file class.ilLMObject.php.
References $id, $ilDB, and ilMDIdentifier\_getEntriesForObj().
Referenced by ilLMPageObject\copy(), and ilObjContentObjectGUI\saveExportIds().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Save titles for lm objects.
| array | titles (key is ID, value is title) |
Definition at line 1021 of file class.ilLMObject.php.
References $id, $title, _writeTitle(), and ilLMObjectFactory\getInstance().
Referenced by ilObjContentObjectGUI\saveAllTitles(), and ilStructureObjectGUI\saveAllTitles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::setContentObject | ( | & | $a_content_obj | ) |
Definition at line 352 of file class.ilLMObject.php.
Referenced by ilLMObject().
Here is the caller graph for this function:| ilLMObject::setDataRecord | ( | $a_record | ) |
this method should only be called by class ilLMObjectFactory
Definition at line 186 of file class.ilLMObject.php.
| ilLMObject::setDescription | ( | $a_description | ) |
Definition at line 321 of file class.ilLMObject.php.
| ilLMObject::setId | ( | $a_id | ) |
Reimplemented in ilLMPageObject.
Definition at line 362 of file class.ilLMObject.php.
Referenced by create().
Here is the caller graph for this function:| ilLMObject::setImportId | ( | $a_id | ) |
Definition at line 377 of file class.ilLMObject.php.
Referenced by read().
Here is the caller graph for this function:| ilLMObject::setLayout | ( | $a_val | ) |
Set layout.
| string | layout |
Definition at line 387 of file class.ilLMObject.php.
Referenced by read().
Here is the caller graph for this function:| ilLMObject::setLMId | ( | $a_lm_id | ) |
Definition at line 341 of file class.ilLMObject.php.
Referenced by ilLMObject().
Here is the caller graph for this function:| ilLMObject::setTitle | ( | $a_title | ) |
set title of lm object
| string | $a_title | title of chapter or page |
Definition at line 241 of file class.ilLMObject.php.
Referenced by read().
Here is the caller graph for this function:| ilLMObject::setType | ( | $a_type | ) |
Definition at line 331 of file class.ilLMObject.php.
Referenced by ilLMPageObject\ilLMPageObject(), and ilStructureObject\ilStructureObject().
Here is the caller graph for this function:
|
static |
Check for unique types (all pages or all chapters)
Definition at line 1258 of file class.ilLMObject.php.
References $type, and _lookupType().
Referenced by ilStructureObjectGUI\copyItems(), and ilStructureObjectGUI\cutItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::update | ( | ) |
update complete object
Definition at line 454 of file class.ilLMObject.php.
References $ilDB, $query, getId(), getLayout(), getLMId(), getTitle(), and updateMetaData().
Here is the call graph for this function:
|
static |
Update internal links, after multiple pages have been copied.
Definition at line 1064 of file class.ilLMObject.php.
References $l, $mobs, $t, ilInternalLink\_extractInstOfTarget(), ilInternalLink\_extractObjIdOfTarget(), ilInternalLink\_extractTypeOfTarget(), _getAllObjectsForImportId(), ilMapArea\_getMobsForTarget(), ilInternalLink\_getSourcesOfTarget(), _lookupContObjID(), ilObject\_lookupType(), _lookupType(), ilPageObjectFactory\getInstance(), ilPageObject\lookupTranslations(), and ilObjMediaObject\lookupUsages().
Referenced by ilObjContentObject\copyAllPagesAndChapters(), ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilStructureObjectGUI\insertPageClip(), and ilObjContentObjectGUI\pastePage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::updateMetaData | ( | ) |
update meta data entry
Definition at line 147 of file class.ilLMObject.php.
References getId(), getLMId(), getTitle(), and getType().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Write layout setting.
| int | lm object id |
| string | layout |
Definition at line 1283 of file class.ilLMObject.php.
References $ilDB, $query, $t, and _lookupType().
Referenced by ilLMPageObjectGUI\saveLayout(), ilObjContentObjectGUI\savePageLayout(), and ilStructureObjectGUI\savePageLayout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObject::$active = true |
Definition at line 28 of file class.ilLMObject.php.
Referenced by ilLMPageObject\_getPresentationTitle().
| ilLMObject::$content_object |
Definition at line 25 of file class.ilLMObject.php.
Referenced by getContentObject().
| ilLMObject::$data_record |
Definition at line 24 of file class.ilLMObject.php.
|
staticprotected |
Definition at line 29 of file class.ilLMObject.php.
| ilLMObject::$description |
Definition at line 27 of file class.ilLMObject.php.
Referenced by getDescription().
| ilLMObject::$id |
Definition at line 22 of file class.ilLMObject.php.
Referenced by _lookupNID(), clipboardCopy(), clipboardCut(), getId(), MDUpdateListener(), saveExportId(), and saveTitles().
| ilLMObject::$ilias |
Definition at line 19 of file class.ilLMObject.php.
Referenced by ilLMObject(), and pasteTree().
| ilLMObject::$lm_id |
Definition at line 20 of file class.ilLMObject.php.
Referenced by _getIdForImportId(), _isPagePublic(), ilLMPageObject\_splitPage(), ilLMPageObject\_splitPageNext(), getLMId(), getObjectList(), and ilLMPageObject\getPageList().
| ilLMObject::$meta_data |
Definition at line 23 of file class.ilLMObject.php.
| ilLMObject::$title |
Definition at line 26 of file class.ilLMObject.php.
Referenced by ilLMPageObject\_getPresentationTitle(), ilStructureObject\_getPresentationTitle(), ilLMPageObject\exportFO(), getTitle(), and saveTitles().
| ilLMObject::$type |
Definition at line 21 of file class.ilLMObject.php.
Referenced by ilLMPageObject\_splitPage(), ilLMPageObject\_splitPageNext(), getObjectList(), getType(), and uniqueTypesCheck().