| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilObjContentObject:
 Collaboration diagram for ilObjContentObject:Public Member Functions | |
| create (bool $a_no_meta_data=false) | |
| create content object  More... | |
| read () | |
| setLayoutPerPage (bool $a_val) | |
| getLayoutPerPage () | |
| setDisableDefaultFeedback (bool $a_val) | |
| Set disable default feedback for questions.  More... | |
| getDisableDefaultFeedback () | |
| setProgressIcons (bool $a_val) | |
| getProgressIcons () | |
| setStoreTries (bool $a_val) | |
| getStoreTries () | |
| setRestrictForwardNavigation (bool $a_val) | |
| getRestrictForwardNavigation () | |
| getTree () | |
| update () | |
| updateAutoGlossaries () | |
| import () | |
| if implemented, this function should be called from an Out/GUI-Object  More... | |
| createLMTree () | |
| setAutoGlossaries (array $a_val) | |
| getAutoGlossaries () | |
| removeAutoGlossary (int $a_glo_id) | |
| setForTranslation (bool $a_val) | |
| Set for translation (lm has been imported for translation purposes)  More... | |
| getForTranslation () | |
| getLMTree () | |
| createImportDirectory () | |
| creates data directory for import files (data_dir/lm_data/lm_<id>/import, depending on data directory that is set in ILIAS setup/ini)  More... | |
| getDataDirectory () | |
| getImportDirectory () | |
| setImportDirectory (string $a_import_dir) | |
| createExportDirectory (string $a_type="xml") | |
| creates data directory for export files (data_dir/lm_data/lm_<id>/export, depending on data directory that is set in ILIAS setup/ini)  More... | |
| getExportDirectory (string $a_type="xml") | |
| getLayout () | |
| setLayout (string $a_layout) | |
| getPageHeader () | |
| get page header mode (ilLMOBject::CHAPTER_TITLE | ilLMOBject::PAGE_TITLE | ilLMOBject::NO_HEADER)  More... | |
| setPageHeader (string $a_pg_header=ilLMObject::CHAPTER_TITLE) | |
| set page header mode  More... | |
| getTOCMode () | |
| get toc mode ("chapters" | "pages")  More... | |
| setTOCMode (string $a_toc_mode="chapters") | |
| set toc mode  More... | |
| setActiveLMMenu (bool $a_act_lm_menu) | |
| isActiveLMMenu () | |
| setActiveTOC (bool $a_toc) | |
| isActiveTOC () | |
| setActiveNumbering (bool $a_num) | |
| isActiveNumbering () | |
| setActivePrintView (bool $a_print) | |
| isActivePrintView () | |
| setActivePreventGlossaryAppendix (bool $a_print) | |
| isActivePreventGlossaryAppendix () | |
| setHideHeaderFooterPrint (bool $a_val) | |
| Set hide header footer in print mode.  More... | |
| getHideHeaderFooterPrint () | |
| setPublicNotes (bool $a_pub_notes) | |
| publicNotes () | |
| setCleanFrames (bool $a_clean) | |
| cleanFrames () | |
| setHeaderPage (int $a_pg) | |
| getHeaderPage () | |
| setFooterPage (int $a_pg) | |
| getFooterPage () | |
| readProperties () | |
| updateProperties () | |
| createProperties () | |
| create new properties record  More... | |
| checkTree () | |
| fixTree () | |
| checkStructure () | |
| Check tree (this has been copied from fixTree due to a bug fixing, should be reorganised)  More... | |
| exportXML (ilXmlWriter $a_xml_writer, int $a_inst, string $a_target_dir, ilLog $expLog) | |
| exportXMLMetaData (ilXmlWriter $a_xml_writer) | |
| exportXMLStructureObjects (ilXmlWriter $a_xml_writer, int $a_inst, ilLog $expLog) | |
| exportXMLPageObjects (ilXmlWriter $a_xml_writer, int $a_inst, ilLog $expLog) | |
| exportXMLMediaObjects (ilXmlWriter $a_xml_writer, int $a_inst, string $a_target_dir, ilLog $expLog) | |
| exportFileItems (string $a_target_dir, ilLog $expLog) | |
| exportXMLProperties (ilXmlWriter $a_xml_writer, ilLog $expLog) | |
| getExportFiles () | |
| executeDragDrop (int $source_id, int $target_id, bool $first_child, bool $as_subitem=false, string $movecopy="move") | |
| validatePages () | |
| Validate all pages.  More... | |
| copyAllPagesAndChapters (ilObjLearningModule $a_target_obj, int $a_copy_id=0) | |
| autoLinkGlossaryTerms (int $a_glo_ref_id) | |
| setRating (bool $a_value) | |
| hasRating () | |
| setRatingPages (bool $a_value) | |
| hasRatingPages () | |
| isInfoEnabled () | |
  Public Member Functions inherited from ilObject | |
| getObjectProperties () | |
| flushObjectProperties () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not)  More... | |
| processAutoRating () | |
| read () | |
| getId () | |
| setId (int $id) | |
| setRefId (int $ref_id) | |
| getRefId () | |
| getType () | |
| setType (string $type) | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions  More... | |
| getTitle () | |
| getUntranslatedTitle () | |
| Get untranslated object title WebDAV needs to access the untranslated title of an object.  More... | |
| setTitle (string $title) | |
| getDescription () | |
| setDescription (string $description) | |
| getLongDescription () | |
| get object long description (stored in object_description)  More... | |
| getImportId () | |
| setImportId (string $import_id) | |
| setOfflineStatus (bool $status) | |
| getOfflineStatus () | |
| supportsOfflineHandling () | |
| getOwner () | |
| getOwnerName () | |
| get full name of object owner  More... | |
| setOwner (int $usr_id) | |
| getCreateDate () | |
| Get create date in YYYY-MM-DD HH-MM-SS format.  More... | |
| getLastUpdateDate () | |
| Get last update date in YYYY-MM-DD HH-MM-SS format.  More... | |
| create () | |
| note: title, description and type should be set when this function is called  More... | |
| update () | |
| MDUpdateListener (string $element) | |
| Metadata update listener.  More... | |
| createMetaData () | |
| updateMetaData () | |
| deleteMetaData () | |
| updateOwner () | |
| update owner of object in db  More... | |
| putInTree (int $parent_ref_id) | |
| maybe this method should be in tree object!?  More... | |
| setPermissions (int $parent_ref_id) | |
| setParentRolePermissions (int $parent_ref_id) | |
| Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g.  More... | |
| createReference () | |
| creates reference for object  More... | |
| countReferences () | |
| delete () | |
| delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!!  More... | |
| 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.  More... | |
| applyDidacticTemplate (int $tpl_id) | |
| getXMLZip () | |
| getHTMLDirectory () | |
| appendCopyInfo (int $target_id, int $copy_id) | |
| Prepend Copy info if object with same name exists in that container.  More... | |
| cloneDependencies (int $target_id, int $copy_id) | |
| Clone object dependencies.  More... | |
| cloneMetaData (ilObject $target_obj) | |
| Copy meta data.  More... | |
| selfOrParentWithRatingEnabled () | |
| getPossibleSubObjects (bool $filter=true) | |
| get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model  More... | |
Static Public Member Functions | |
| static | writeHeaderPage (int $a_lm_id, int $a_page_id) | 
| static | writeFooterPage (int $a_lm_id, int $a_page_id) | 
| static | _moveLMStyles (int $a_from_style, int $a_to_style) | 
| move learning modules from one style to another  More... | |
| static | _lookupRestrictForwardNavigation (int $a_obj_id) | 
| static | _lookupStyleSheetId (int $a_cont_obj_id) | 
| static | _lookupContObjIdByStyleId (int $a_style_id) | 
| static | _lookupDisableDefaultFeedback (int $a_id) | 
| static | _lookupStoreTries (int $a_id) | 
| static | _getNrOfAssignedLMs (int $a_style_id) | 
| gets the number of learning modules assigned to a content style  More... | |
| static | _getNrLMsIndividualStyles () | 
| get number of learning modules with individual styles  More... | |
| static | _getNrLMsNoStyle () | 
| get number of learning modules assigned no style  More... | |
| static | _deleteStyleAssignments (int $a_style_id) | 
| delete all style references to style  More... | |
| static | getAvailableLayouts () | 
| get all available lm layouts  More... | |
| static | _checkPreconditionsOfPage (int $cont_ref_id, int $cont_obj_id, int $page_id) | 
| checks whether the preconditions of a page are fulfilled or not  More... | |
| static | _getMissingPreconditionsOfPage (int $cont_ref_id, int $cont_obj_id, int $page_id) | 
| gets all missing preconditions of page  More... | |
| static | _getMissingPreconditionsTopChapter (int $cont_obj_ref_id, int $cont_obj_id, int $page_id) | 
| get top chapter of page for that any precondition is missing  More... | |
| static | hasSuccessorPage (int $a_cont_obj_id, int $a_page_id) | 
| checks if page has a successor page  More... | |
| static | lookupAutoGlossaries (int $a_lm_id) | 
| static | isOnlineHelpModule (int $a_id, bool $a_as_obj_id=false) | 
| Is module an online module.  More... | |
  Static Public Member Functions inherited from ilObject | |
| static | _lookupObjIdByImportId (string $import_id) | 
| Get (latest) object id for an import id.  More... | |
| static | _lookupImportId (int $obj_id) | 
| static | _lookupOwnerName (int $owner_id) | 
| Lookup owner name for owner id.  More... | |
| static | _getIdForImportId (string $import_id) | 
| static | _getAllReferences (int $id) | 
| get all reference ids for object ID  More... | |
| static | _lookupTitle (int $obj_id) | 
| static | lookupOfflineStatus (int $obj_id) | 
| Lookup offline status using objectDataCache.  More... | |
| static | _lookupOwner (int $obj_id) | 
| Lookup owner user ID for object ID.  More... | |
| static | _getIdsForTitle (string $title, string $type='', bool $partial_match=false) | 
| static | _lookupDescription (int $obj_id) | 
| static | _lookupLastUpdate (int $obj_id, bool $formatted=false) | 
| static | _getLastUpdateOfObjects (array $obj_ids) | 
| static | _lookupObjId (int $ref_id) | 
| static | _setDeletedDate (int $ref_id, int $deleted_by) | 
| static | setDeletedDates (array $ref_ids, int $user_id) | 
| static | _resetDeletedDate (int $ref_id) | 
| static | _lookupDeletedDate (int $ref_id) | 
| static | _writeTitle (int $obj_id, string $title) | 
| write title to db (static)  More... | |
| static | _writeDescription (int $obj_id, string $desc) | 
| write description to db (static)  More... | |
| static | _writeImportId (int $obj_id, string $import_id) | 
| write import id to db (static)  More... | |
| static | _lookupType (int $id, bool $reference=false) | 
| static | _isInTrash (int $ref_id) | 
| static | _hasUntrashedReference (int $obj_id) | 
| checks whether an object has at least one reference that is not in trash  More... | |
| static | _lookupObjectId (int $ref_id) | 
| static | _getObjectsDataForType (string $type, bool $omit_trash=false) | 
| get all objects of a certain type  More... | |
| static | _exists (int $id, bool $reference=false, ?string $type=null) | 
| checks if an object exists in object_data  More... | |
| static | _getObjectsByType (string $obj_type="", int $owner=null) | 
| static | _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true) | 
| Prepare copy wizard object selection.  More... | |
| static | getIconForType (string $type) | 
| static | _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false) | 
| Get icon for repository item.  More... | |
| static | collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0) | 
| Collect deletion dependencies.  More... | |
| static | getDeletionDependencies (int $obj_id) | 
| Get deletion dependencies.  More... | |
| static | getLongDescriptions (array $obj_ids) | 
| static | getAllOwnedRepositoryObjects (int $user_id) | 
| static | fixMissingTitles ($type, array &$obj_title_map) | 
| Try to fix missing object titles.  More... | |
| static | _lookupCreationDate (int $obj_id) | 
| static | _getObjectTypeIdByTitle (string $type, \ilDBInterface $ilDB=null) | 
Data Fields | |
| ilLMTree | $lm_tree | 
| string | $layout = '' | 
| int | $style_id = 0 | 
| string | $pg_header = '' | 
| bool | $online = false | 
| bool | $for_translation = false | 
| array | $auto_glossaries = array() | 
  Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 255 | 
| const | DESC_LENGTH = 128 | 
| const | LONG_DESC_LENGTH = 4000 | 
| const | TABLE_OBJECT_DATA = "object_data" | 
| array | $objectList | 
| string | $untranslatedTitle | 
Protected Member Functions | |
| doMDUpdateListener (string $a_element) | |
  Protected Member Functions inherited from ilObject | |
| doMDUpdateListener (string $a_element) | |
| beforeMDUpdateListener (string $a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDeleteMetaData () | |
| beforeDeleteMetaData () | |
| handleAutoRating () | |
| hasAutoRating () | |
Static Protected Member Functions | |
| static | _lookup (int $a_obj_id, string $a_field) | 
Private Attributes | |
| string | $import_dir = '' | 
| ilGlobalTemplateInterface | $main_tpl | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 25 of file class.ilObjContentObject.php.
      
  | 
  static | 
checks whether the preconditions of a page are fulfilled or not
Definition at line 973 of file class.ilObjContentObject.php.
References $path, ilConditionHandler\_checkAllConditionsOfTarget(), ilTree\getPathFull(), ilTree\isInTree(), ilTree\readRootId(), ilTree\setTableNames(), and ilTree\setTreeTablePK().
Referenced by ilLMNavigationRendererGUI\addDropdown(), ilLMContentRendererGUI\determineStatus(), ilLMPresentationGUI\showPrintView(), and ilLMPresentationGUI\showPrintViewSelection().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
delete all style references to style
Definition at line 690 of file class.ilObjContentObject.php.
References $DIC, $ilDB, and $q.
Referenced by ilObjStyleSheet\delete().
 Here is the caller graph for this function:
      
  | 
  static | 
gets all missing preconditions of page
Definition at line 999 of file class.ilObjContentObject.php.
References $path, ilConditionHandler\_checkCondition(), ilConditionHandler\_getPersistedConditionsOfTarget(), ilTree\getPathFull(), ilTree\isInTree(), ilTree\readRootId(), ilTree\setTableNames(), and ilTree\setTreeTablePK().
Referenced by ilLMContentRendererGUI\renderPreconditionsOfPage().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
get top chapter of page for that any precondition is missing
Definition at line 1032 of file class.ilObjContentObject.php.
References $path, ilConditionHandler\_checkCondition(), ilConditionHandler\_getPersistedConditionsOfTarget(), ilTree\getPathFull(), ilTree\isInTree(), ilTree\readRootId(), ilTree\setTableNames(), and ilTree\setTreeTablePK().
Referenced by ilLMContentRendererGUI\renderPreconditionsOfPage().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
get number of learning modules with individual styles
Definition at line 654 of file class.ilObjContentObject.php.
References $DIC, $ilDB, and $q.
Referenced by ilContentStyleSettingsGUI\edit().
 Here is the caller graph for this function:
      
  | 
  static | 
get number of learning modules assigned no style
Definition at line 673 of file class.ilObjContentObject.php.
References $DIC, $ilDB, and $q.
Referenced by ilContentStyleSettingsGUI\edit().
 Here is the caller graph for this function:
      
  | 
  static | 
gets the number of learning modules assigned to a content style
Definition at line 636 of file class.ilObjContentObject.php.
References $DIC, $ilDB, and $q.
Referenced by ilContentStyleSettingsGUI\edit().
 Here is the caller graph for this function:
      
  | 
  staticprotected | 
      
  | 
  static | 
Definition at line 588 of file class.ilObjContentObject.php.
References $DIC, $ilDB, $q, $res, and ILIAS\Repository\int().
Referenced by ilObjStyleSheet\_getClonableContentStyles().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 604 of file class.ilObjContentObject.php.
References $DIC, $ilDB, $q, and $res.
Referenced by ilLMPageConfig\configureByObjectId(), and ilLMPageGUI\onFeedbackEditingForwarding().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 568 of file class.ilObjContentObject.php.
Referenced by ilLMPageGUI\processAnswer().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 618 of file class.ilObjContentObject.php.
References $DIC, $ilDB, $q, and $res.
Referenced by ilLMPageGUI\__construct().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 574 of file class.ilObjContentObject.php.
References $DIC, $ilDB, $q, and $res.
Referenced by ilPCParagraphGUI\setStyle().
 Here is the caller graph for this function:
      
  | 
  static | 
move learning modules from one style to another
Definition at line 518 of file class.ilObjContentObject.php.
References $DIC, $ilDB, $q, and ilObjectFactory\getInstanceByObjId().
Referenced by ilContentStyleSettingsGUI\moveIndividualStyles(), and ilContentStyleSettingsGUI\moveLMStyles().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::autoLinkGlossaryTerms | ( | int | $a_glo_ref_id | ) | 
Definition at line 1956 of file class.ilObjContentObject.php.
References $c, $id, ilPCParagraph\autoLinkGlossariesPage(), ilPageObject\getAllPages(), ilObject\getId(), ilGlossaryTerm\getTermList(), and ilObject\getType().
 Here is the call graph for this function:| ilObjContentObject::checkStructure | ( | ) | 
Check tree (this has been copied from fixTree due to a bug fixing, should be reorganised)
Definition at line 1219 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, $q, ilObject\$tree, ilPageObject\_exists(), ilObject\getId(), getLMTree(), ilTree\getNodeData(), ilTree\getRootId(), ilTree\getSubTree(), and ilTree\isInTree().
 Here is the call graph for this function:| ilObjContentObject::checkTree | ( | ) | 
| ilInvalidTreeStructureException | 
Definition at line 1083 of file class.ilObjContentObject.php.
References ilObject\$tree, ilTree\checkTree(), ilTree\checkTreeChilds(), and ilObject\getId().
Referenced by copyAllPagesAndChapters(), and executeDragDrop().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::cleanFrames | ( | ) | 
Definition at line 817 of file class.ilObjContentObject.php.
References $clean_frames.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::copyAllPagesAndChapters | ( | ilObjLearningModule | $a_target_obj, | 
| int | $a_copy_id = 0  | 
        ||
| ) | 
Definition at line 1886 of file class.ilObjContentObject.php.
References ilCopyWizardOptions\_getInstance(), checkTree(), ilObject\getId(), ilLMPageObject\getPageList(), ilObject\getRefId(), ilTree\POS_LAST_NODE, and ilLMObject\updateInternalLinks().
Referenced by validatePages().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::create | ( | bool | $a_no_meta_data = false | ) | 
create content object
Definition at line 103 of file class.ilObjContentObject.php.
References $id, ilObject\createMetaData(), createProperties(), and updateAutoGlossaries().
 Here is the call graph for this function:| ilObjContentObject::createExportDirectory | ( | string | $a_type = "xml" | ) | 
creates data directory for export files (data_dir/lm_data/lm_<id>/export, depending on data directory that is set in ILIAS setup/ini)
Definition at line 377 of file class.ilObjContentObject.php.
References ilObject\$error, $ilErr, ilFileUtils\getDataDir(), ilObject\getId(), ilFileUtils\makeDir(), and ilFileUtils\makeDirParents().
 Here is the call graph for this function:| ilObjContentObject::createImportDirectory | ( | ) | 
creates data directory for import files (data_dir/lm_data/lm_<id>/import, depending on data directory that is set in ILIAS setup/ini)
Definition at line 321 of file class.ilObjContentObject.php.
References ilObject\$error, $ilErr, ilFileUtils\getDataDir(), ilObject\getId(), and ilFileUtils\makeDir().
 Here is the call graph for this function:| ilObjContentObject::createLMTree | ( | ) | 
Definition at line 235 of file class.ilObjContentObject.php.
References ilObject\getId().
 Here is the call graph for this function:| ilObjContentObject::createProperties | ( | ) | 
create new properties record
Definition at line 915 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, ilObject\getId(), ilDBInterface\insert(), ilLMObject\PAGE_TITLE, and readProperties().
Referenced by create().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 2030 of file class.ilObjContentObject.php.
References ilLPStatusWrapper\_refreshStatus(), ilObject\getId(), ilObjectLP\getInstance(), ilObjectTranslation\getInstance(), ilObject\getType(), ilLPObjSettings\LP_MODE_COLLECTION_TLT, and ilLPObjSettings\LP_MODE_TLT.
 Here is the call graph for this function:| ilObjContentObject::executeDragDrop | ( | int | $source_id, | 
| int | $target_id, | ||
| bool | $first_child, | ||
| bool | $as_subitem = false,  | 
        ||
| string | $movecopy = "move"  | 
        ||
| ) | 
Definition at line 1631 of file class.ilObjContentObject.php.
References checkTree(), ilObject\getId(), ilLMObjectFactory\getInstance(), and ilTree\POS_FIRST_NODE.
 Here is the call graph for this function:| ilObjContentObject::exportFileItems | ( | string | $a_target_dir, | 
| ilLog | $expLog | ||
| ) | 
Definition at line 1478 of file class.ilObjContentObject.php.
References ilLog\write().
Referenced by exportXML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::exportXML | ( | ilXmlWriter | $a_xml_writer, | 
| int | $a_inst, | ||
| string | $a_target_dir, | ||
| ilLog | $expLog | ||
| ) | 
Definition at line 1318 of file class.ilObjContentObject.php.
References exportFileItems(), exportXMLMediaObjects(), exportXMLMetaData(), exportXMLPageObjects(), exportXMLProperties(), exportXMLStructureObjects(), ilObject\getType(), ilLog\write(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
 Here is the call graph for this function:| ilObjContentObject::exportXMLMediaObjects | ( | ilXmlWriter | $a_xml_writer, | 
| int | $a_inst, | ||
| string | $a_target_dir, | ||
| ilLog | $expLog | ||
| ) | 
Definition at line 1443 of file class.ilObjContentObject.php.
References ilObject\_lookupType(), and ilLog\write().
Referenced by exportXML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::exportXMLMetaData | ( | ilXmlWriter | $a_xml_writer | ) | 
Definition at line 1373 of file class.ilObjContentObject.php.
Referenced by exportXML().
 Here is the caller graph for this function:| ilObjContentObject::exportXMLPageObjects | ( | ilXmlWriter | $a_xml_writer, | 
| int | $a_inst, | ||
| ilLog | $expLog | ||
| ) | 
Definition at line 1406 of file class.ilObjContentObject.php.
References ilPageObject\_exists(), ilObject\getId(), ilLMPageObject\getPageList(), ilObject\getType(), and ilLog\write().
Referenced by exportXML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::exportXMLProperties | ( | ilXmlWriter | $a_xml_writer, | 
| ilLog | $expLog | ||
| ) | 
Definition at line 1490 of file class.ilObjContentObject.php.
References cleanFrames(), getDisableDefaultFeedback(), getFooterPage(), getHeaderPage(), getLayout(), getLayoutPerPage(), getPageHeader(), getProgressIcons(), getRestrictForwardNavigation(), getStoreTries(), getTOCMode(), hasRating(), hasRatingPages(), IL_INST_ID, isActiveLMMenu(), isActiveNumbering(), isActivePrintView(), isActiveTOC(), publicNotes(), ilUtil\tf2yn(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by exportXML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::exportXMLStructureObjects | ( | ilXmlWriter | $a_xml_writer, | 
| int | $a_inst, | ||
| ilLog | $expLog | ||
| ) | 
Definition at line 1389 of file class.ilObjContentObject.php.
Referenced by exportXML().
 Here is the caller graph for this function:| ilObjContentObject::fixTree | ( | ) | 
Definition at line 1090 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, $q, ilObject\$tree, ilPageObject\_exists(), ilTree\deleteTree(), ilObject\getId(), ilLMObjectFactory\getInstance(), getLMTree(), ilTree\getNodeData(), ilTree\getRootId(), ilTree\getSubTree(), ilTree\isInTree(), and ilTree\renumber().
 Here is the call graph for this function:| ilObjContentObject::getAutoGlossaries | ( | ) | 
Definition at line 255 of file class.ilObjContentObject.php.
References $auto_glossaries.
Referenced by ilLMGlossaryTableGUI\__construct(), removeAutoGlossary(), updateAutoGlossaries(), and validatePages().
 Here is the caller graph for this function:
      
  | 
  static | 
get all available lm layouts
Definition at line 934 of file class.ilObjContentObject.php.
Referenced by ilObjContentObjectGUI\getLayoutOption(), and ilLMPageObjectGUI\initEditLayoutForm().
 Here is the caller graph for this function:| ilObjContentObject::getDataDirectory | ( | ) | 
Definition at line 346 of file class.ilObjContentObject.php.
References ilFileUtils\getDataDir(), and ilObject\getId().
Referenced by getExportDirectory().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::getDisableDefaultFeedback | ( | ) | 
Definition at line 159 of file class.ilObjContentObject.php.
References $disable_def_feedback.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getExportDirectory | ( | string | $a_type = "xml" | ) | 
Definition at line 406 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, $q, ilLMObject\_deleteAllObjectData(), ilFileUtils\delDir(), ilObject\deleteMetaData(), ilFileUtils\getDataDir(), getDataDirectory(), and ilObject\getId().
Referenced by getExportFiles().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::getExportFiles | ( | ) | 
Definition at line 1592 of file class.ilObjContentObject.php.
References ilObject\$type, and getExportDirectory().
 Here is the call graph for this function:| ilObjContentObject::getFooterPage | ( | ) | 
Definition at line 837 of file class.ilObjContentObject.php.
References $footer_page.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getForTranslation | ( | ) | 
Definition at line 305 of file class.ilObjContentObject.php.
References $for_translation.
Referenced by updateProperties().
 Here is the caller graph for this function:| ilObjContentObject::getHeaderPage | ( | ) | 
Definition at line 827 of file class.ilObjContentObject.php.
References $header_page.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getHideHeaderFooterPrint | ( | ) | 
Definition at line 797 of file class.ilObjContentObject.php.
References $hide_header_footer_print.
Referenced by updateProperties().
 Here is the caller graph for this function:| ilObjContentObject::getImportDirectory | ( | ) | 
Definition at line 352 of file class.ilObjContentObject.php.
References $import_dir, ilFileUtils\getDataDir(), and ilObject\getId().
 Here is the call graph for this function:| ilObjContentObject::getLayout | ( | ) | 
Definition at line 474 of file class.ilObjContentObject.php.
References $layout.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getLayoutPerPage | ( | ) | 
Definition at line 146 of file class.ilObjContentObject.php.
References $layout_per_page.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getLMTree | ( | ) | 
Definition at line 310 of file class.ilObjContentObject.php.
References $lm_tree.
Referenced by checkStructure(), and fixTree().
 Here is the caller graph for this function:| ilObjContentObject::getPageHeader | ( | ) | 
get page header mode (ilLMOBject::CHAPTER_TITLE | ilLMOBject::PAGE_TITLE | ilLMOBject::NO_HEADER)
Definition at line 707 of file class.ilObjContentObject.php.
References $pg_header.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getProgressIcons | ( | ) | 
Definition at line 169 of file class.ilObjContentObject.php.
References $progr_icons.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getRestrictForwardNavigation | ( | ) | 
Definition at line 189 of file class.ilObjContentObject.php.
References $restrict_forw_nav.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getStoreTries | ( | ) | 
Definition at line 179 of file class.ilObjContentObject.php.
References $store_tries.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getTOCMode | ( | ) | 
get toc mode ("chapters" | "pages")
Definition at line 725 of file class.ilObjContentObject.php.
References $toc_mode.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::getTree | ( | ) | 
| ilObjContentObject::hasRating | ( | ) | 
Definition at line 2014 of file class.ilObjContentObject.php.
References $rating.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::hasRatingPages | ( | ) | 
Definition at line 2024 of file class.ilObjContentObject.php.
References $rating_pages.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:
      
  | 
  static | 
checks if page has a successor page
Definition at line 1064 of file class.ilObjContentObject.php.
References ilObject\$tree, ilTree\fetchSuccessorNode(), ilTree\isInTree(), ilTree\setTableNames(), and ilTree\setTreeTablePK().
Referenced by ilPageObjectGUI\showPage().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::import | ( | ) | 
if implemented, this function should be called from an Out/GUI-Object
Definition at line 230 of file class.ilObjContentObject.php.
| ilObjContentObject::isActiveLMMenu | ( | ) | 
Definition at line 744 of file class.ilObjContentObject.php.
References $lm_menu_active.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::isActiveNumbering | ( | ) | 
Definition at line 764 of file class.ilObjContentObject.php.
References $numbering.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::isActivePreventGlossaryAppendix | ( | ) | 
Definition at line 784 of file class.ilObjContentObject.php.
References $prevent_glossary_appendix_active.
Referenced by updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::isActivePrintView | ( | ) | 
Definition at line 774 of file class.ilObjContentObject.php.
References $print_view_active.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::isActiveTOC | ( | ) | 
Definition at line 754 of file class.ilObjContentObject.php.
References $toc_active.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::isInfoEnabled | ( | ) | 
Definition at line 2065 of file class.ilObjContentObject.php.
References ilObject\getId(), and ilObjContentObjectAccess\isInfoEnabled().
 Here is the call graph for this function:
      
  | 
  static | 
Is module an online module.
Definition at line 1996 of file class.ilObjContentObject.php.
References ilObject\_lookupObjId().
Referenced by ilContObjectExport\buildExportFile(), ilLMPageConfig\configureByObjectId(), ilLearningModuleExporter\getXmlExportTailDependencies(), ilObjContentObjectGUI\setContentSubTabs(), and ilObjContentObjectGUI\showExportIDsOverview().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 1937 of file class.ilObjContentObject.php.
Referenced by ilLMPage\beforePageContentUpdate().
 Here is the caller graph for this function:| ilObjContentObject::publicNotes | ( | ) | 
Definition at line 807 of file class.ilObjContentObject.php.
References $pub_notes.
Referenced by exportXMLProperties(), updateProperties(), and validatePages().
 Here is the caller graph for this function:| ilObjContentObject::read | ( | ) | 
Definition at line 119 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, ilObject\getId(), readProperties(), and setAutoGlossaries().
 Here is the call graph for this function:| ilObjContentObject::readProperties | ( | ) | 
Definition at line 842 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, $lm_set, $q, ilObject\getId(), setActiveLMMenu(), setActiveNumbering(), setActivePreventGlossaryAppendix(), setActivePrintView(), setActiveTOC(), setCleanFrames(), setDisableDefaultFeedback(), setFooterPage(), setForTranslation(), setHeaderPage(), setHideHeaderFooterPrint(), setLayout(), setLayoutPerPage(), setPageHeader(), setProgressIcons(), setPublicNotes(), setRating(), setRatingPages(), setRestrictForwardNavigation(), setStoreTries(), setTOCMode(), and ilUtil\yn2tf().
Referenced by createProperties(), and read().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::removeAutoGlossary | ( | int | $a_glo_id | ) | 
Definition at line 260 of file class.ilObjContentObject.php.
References ilObject\$lng, getAutoGlossaries(), ilObject\getId(), ilTree\POS_FIRST_NODE, ilLMObject\putInTree(), setAutoGlossaries(), and ilLanguage\txt().
 Here is the call graph for this function:| ilObjContentObject::setActiveLMMenu | ( | bool | $a_act_lm_menu | ) | 
Definition at line 739 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setActiveNumbering | ( | bool | $a_num | ) | 
Definition at line 759 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setActivePreventGlossaryAppendix | ( | bool | $a_print | ) | 
Definition at line 779 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setActivePrintView | ( | bool | $a_print | ) | 
Definition at line 769 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setActiveTOC | ( | bool | $a_toc | ) | 
Definition at line 749 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setAutoGlossaries | ( | array | $a_val | ) | 
Definition at line 241 of file class.ilObjContentObject.php.
References ilObject\_lookupType(), and ILIAS\Repository\int().
Referenced by read(), and removeAutoGlossary().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::setCleanFrames | ( | bool | $a_clean | ) | 
Definition at line 812 of file class.ilObjContentObject.php.
Referenced by readProperties(), and updateProperties().
 Here is the caller graph for this function:| ilObjContentObject::setDisableDefaultFeedback | ( | bool | $a_val | ) | 
Set disable default feedback for questions.
Definition at line 154 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setFooterPage | ( | int | $a_pg | ) | 
Definition at line 832 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setForTranslation | ( | bool | $a_val | ) | 
Set for translation (lm has been imported for translation purposes)
Definition at line 300 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setHeaderPage | ( | int | $a_pg | ) | 
Definition at line 822 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setHideHeaderFooterPrint | ( | bool | $a_val | ) | 
Set hide header footer in print mode.
Definition at line 792 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setImportDirectory | ( | string | $a_import_dir | ) | 
Definition at line 366 of file class.ilObjContentObject.php.
| ilObjContentObject::setLayout | ( | string | $a_layout | ) | 
Definition at line 479 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setLayoutPerPage | ( | bool | $a_val | ) | 
Definition at line 141 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setPageHeader | ( | string | $a_pg_header = ilLMObject::CHAPTER_TITLE | ) | 
set page header mode
| string | $a_pg_header | ilLMOBject::CHAPTER_TITLE | ilLMOBject::PAGE_TITLE | ilLMOBject::NO_HEADER | 
Definition at line 716 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setProgressIcons | ( | bool | $a_val | ) | 
Definition at line 164 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setPublicNotes | ( | bool | $a_pub_notes | ) | 
Definition at line 802 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setRating | ( | bool | $a_value | ) | 
Definition at line 2009 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setRatingPages | ( | bool | $a_value | ) | 
Definition at line 2019 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setRestrictForwardNavigation | ( | bool | $a_val | ) | 
Definition at line 184 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setStoreTries | ( | bool | $a_val | ) | 
Definition at line 174 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::setTOCMode | ( | string | $a_toc_mode = "chapters" | ) | 
set toc mode
| string | $a_toc_mode | "chapters" | "pages" | 
Definition at line 734 of file class.ilObjContentObject.php.
Referenced by readProperties().
 Here is the caller graph for this function:| ilObjContentObject::update | ( | ) | 
Definition at line 199 of file class.ilObjContentObject.php.
References updateAutoGlossaries(), ilObject\updateMetaData(), and updateProperties().
 Here is the call graph for this function:| ilObjContentObject::updateAutoGlossaries | ( | ) | 
Definition at line 208 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, and getAutoGlossaries().
Referenced by create(), and update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::updateProperties | ( | ) | 
Definition at line 876 of file class.ilObjContentObject.php.
References ilObject\$db, $ilDB, $q, cleanFrames(), getDisableDefaultFeedback(), getFooterPage(), getForTranslation(), getHeaderPage(), getHideHeaderFooterPrint(), ilObject\getId(), getLayout(), getLayoutPerPage(), getPageHeader(), getProgressIcons(), getRestrictForwardNavigation(), getStoreTries(), getTOCMode(), hasRating(), hasRatingPages(), isActiveLMMenu(), isActiveNumbering(), isActivePreventGlossaryAppendix(), isActivePrintView(), isActiveTOC(), publicNotes(), setCleanFrames(), and ilUtil\tf2yn().
Referenced by update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjContentObject::validatePages | ( | ) | 
Validate all pages.
Definition at line 1762 of file class.ilObjContentObject.php.
References Vendor\Package\$e, ilObject\$error, ilObject\$title, ilPageObject\_exists(), ilCopyWizardOptions\_getInstance(), ilLMObject\_lookupTitle(), cleanFrames(), ilObject\cloneMetaData(), copyAllPagesAndChapters(), getAutoGlossaries(), ilObject\getDescription(), getDisableDefaultFeedback(), getFooterPage(), getHeaderPage(), ilObject\getId(), ilObjectTranslation\getInstance(), getLayout(), getLayoutPerPage(), ilObject\getOfflineStatus(), getPageHeader(), ilLMPageObject\getPageList(), getProgressIcons(), getRestrictForwardNavigation(), getStoreTries(), getTOCMode(), ilObject\getType(), hasRating(), hasRatingPages(), isActiveLMMenu(), isActiveNumbering(), isActivePreventGlossaryAppendix(), isActivePrintView(), isActiveTOC(), ILIAS\Repository\lng(), publicNotes(), and ilLMMenuEditor\writeActive().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 499 of file class.ilObjContentObject.php.
Referenced by ilLearningModuleImporter\finalProcessing().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 484 of file class.ilObjContentObject.php.
Referenced by ilLearningModuleImporter\finalProcessing().
 Here is the caller graph for this function:| array ilObjContentObject::$auto_glossaries = array() | 
Definition at line 59 of file class.ilObjContentObject.php.
Referenced by getAutoGlossaries().
      
  | 
  protected | 
Definition at line 35 of file class.ilObjContentObject.php.
Referenced by cleanFrames().
      
  | 
  protected | 
Definition at line 62 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 47 of file class.ilObjContentObject.php.
Referenced by getDisableDefaultFeedback().
      
  | 
  protected | 
Definition at line 30 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 33 of file class.ilObjContentObject.php.
Referenced by getFooterPage().
| bool ilObjContentObject::$for_translation = false | 
Definition at line 56 of file class.ilObjContentObject.php.
Referenced by getForTranslation().
      
  | 
  protected | 
Definition at line 32 of file class.ilObjContentObject.php.
Referenced by getHeaderPage().
      
  | 
  protected | 
Definition at line 37 of file class.ilObjContentObject.php.
Referenced by getHideHeaderFooterPrint().
      
  | 
  private | 
Definition at line 60 of file class.ilObjContentObject.php.
Referenced by getImportDirectory().
| string ilObjContentObject::$layout = '' | 
Definition at line 52 of file class.ilObjContentObject.php.
Referenced by getLayout().
      
  | 
  protected | 
Definition at line 48 of file class.ilObjContentObject.php.
Referenced by getLayoutPerPage().
      
  | 
  protected | 
Definition at line 61 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 42 of file class.ilObjContentObject.php.
Referenced by isActiveLMMenu().
| ilLMTree ilObjContentObject::$lm_tree | 
Definition at line 51 of file class.ilObjContentObject.php.
Referenced by getLMTree(), and getTree().
      
  | 
  protected | 
Definition at line 50 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 64 of file class.ilObjContentObject.php.
      
  | 
  private | 
Definition at line 63 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 29 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 40 of file class.ilObjContentObject.php.
Referenced by isActiveNumbering().
| bool ilObjContentObject::$online = false | 
Definition at line 55 of file class.ilObjContentObject.php.
| string ilObjContentObject::$pg_header = '' | 
Definition at line 54 of file class.ilObjContentObject.php.
Referenced by getPageHeader().
      
  | 
  protected | 
Definition at line 38 of file class.ilObjContentObject.php.
Referenced by isActivePreventGlossaryAppendix().
      
  | 
  protected | 
Definition at line 39 of file class.ilObjContentObject.php.
Referenced by isActivePrintView().
      
  | 
  protected | 
Definition at line 46 of file class.ilObjContentObject.php.
Referenced by getProgressIcons().
      
  | 
  protected | 
Definition at line 36 of file class.ilObjContentObject.php.
Referenced by publicNotes().
      
  | 
  protected | 
Definition at line 31 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 28 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 57 of file class.ilObjContentObject.php.
Referenced by hasRating().
      
  | 
  protected | 
Definition at line 58 of file class.ilObjContentObject.php.
Referenced by hasRatingPages().
      
  | 
  protected | 
Definition at line 44 of file class.ilObjContentObject.php.
Referenced by getRestrictForwardNavigation().
      
  | 
  protected | 
Definition at line 45 of file class.ilObjContentObject.php.
Referenced by getStoreTries().
| int ilObjContentObject::$style_id = 0 | 
Definition at line 53 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 41 of file class.ilObjContentObject.php.
Referenced by isActiveTOC().
      
  | 
  protected | 
Definition at line 43 of file class.ilObjContentObject.php.
Referenced by getTOCMode().
      
  | 
  protected | 
Definition at line 49 of file class.ilObjContentObject.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilObjContentObject.php.