|
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 ilContainer:
Collaboration diagram for ilContainer:Public Member Functions | |
| getTileSizes () | |
| getObjectTranslation () | |
| setObjectTranslation (?ilObjectTranslation $obj_trans) | |
| createContainerDirectory () | |
| getContainerDirectory () | |
| setHiddenFilesFound (bool $a_hiddenfilesfound) | |
| getHiddenFilesFound () | |
| getStyleSheetId () | |
| setStyleSheetId (int $a_style_id) | |
| setNewsTimeline (bool $a_val) | |
| getNewsTimeline () | |
| setNewsTimelineAutoEntries (bool $a_val) | |
| getNewsTimelineAutoEntries () | |
| setNewsTimelineLandingPage (bool $a_val) | |
| getNewsTimelineLandingPage () | |
| isNewsTimelineEffective () | |
| isNewsTimelineLandingPageEffective () | |
| setNewsBlockActivated (bool $a_val) | |
| getNewsBlockActivated () | |
| setUseNews (bool $a_val) | |
| getUseNews () | |
| cloneDependencies (int $target_id, int $copy_id) | |
| Clone object dependencies (container sorting) More... | |
| cloneAllObject (string $session_id, string $client_id, string $new_type, int $ref_id, int $clone_source, array $options, bool $soap_call=false, int $a_submode=1) | |
| delete () | |
| delete category and all related data More... | |
| getViewMode () | |
| getOrderType () | |
| setOrderType (int $a_value) | |
| isClassificationFilterActive () | |
| filteredSubtree () | |
| Note grp/crs currently allow to filter in their whole subtrees Catetories only their direct childs. More... | |
| getSubItems (bool $a_admin_panel_enabled=false, bool $a_include_side_block=false, int $a_get_single=0, ilContainerUserFilter $container_user_filter=null) | |
| gotItems () | |
| addAdditionalSubItemInformation (array &$object) | |
| Add additional information to sub item, e.g. More... | |
| getGroupedObjTypes () | |
| enablePageEditing () | |
| create () | |
| putInTree (int $parent_ref_id) | |
| update () | |
| read () | |
| readContainerSettings () | |
| removeTranslations () | |
| deleteTranslation (string $a_lang) | |
| addTranslation (string $a_title, string $a_desc, string $a_lang, string $a_lang_default) | |
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 | _getContainerDirectory (int $a_id) |
| static | _lookupContainerSetting (int $a_id, string $a_keyword, string $a_default_value=null) |
| static | _hasContainerSetting (int $a_id, string $a_keyword) |
| static | _writeContainerSetting (int $a_id, string $a_keyword, string $a_value) |
| static | _getContainerSettings (int $a_id) |
| static | _deleteContainerSettings (int $a_id, string $a_keyword="", bool $a_keyword_like=false) |
| static | _exportContainerSettings (ilXmlWriter $a_xml, int $a_obj_id) |
| static | getCompleteDescriptions (array $objects) |
| overwrites description fields to long or short description in an assoc array keys needed (obj_id and description) 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 | |
| const | VIEW_SESSIONS = 0 |
| const | VIEW_OBJECTIVE = 1 |
| const | VIEW_TIMING = 2 |
| const | VIEW_ARCHIVE = 3 |
| const | VIEW_SIMPLE = 4 |
| const | VIEW_BY_TYPE = 5 |
| const | VIEW_INHERIT = 6 |
| const | VIEW_DEFAULT = self::VIEW_BY_TYPE |
| const | SORT_TITLE = 0 |
| const | SORT_MANUAL = 1 |
| const | SORT_ACTIVATION = 2 |
| const | SORT_INHERIT = 3 |
| const | SORT_CREATION = 4 |
| const | SORT_DIRECTION_ASC = 0 |
| const | SORT_DIRECTION_DESC = 1 |
| const | SORT_NEW_ITEMS_POSITION_TOP = 0 |
| const | SORT_NEW_ITEMS_POSITION_BOTTOM = 1 |
| const | SORT_NEW_ITEMS_ORDER_TITLE = 0 |
| const | SORT_NEW_ITEMS_ORDER_CREATION = 1 |
| const | SORT_NEW_ITEMS_ORDER_ACTIVATION = 2 |
| const | TILE_NORMAL = 0 |
| const | TILE_SMALL = 1 |
| const | TILE_LARGE = 2 |
| const | TILE_EXTRA_LARGE = 3 |
| const | TILE_FULL = 4 |
| array | $items = [] |
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 |
Static Public Attributes | |
| static bool | $data_preloaded = false |
Protected Member Functions | |
| getInitialSubitems () | |
| applyContainerUserFilter (array $objects, ilContainerUserFilter $container_user_filter=null) | |
Protected Member Functions inherited from ilObject | |
| doMDUpdateListener (string $a_element) | |
| beforeMDUpdateListener (string $a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDeleteMetaData () | |
| beforeDeleteMetaData () | |
| handleAutoRating () | |
| hasAutoRating () | |
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 Class ilContainer
Base class for all container objects (categories, courses, groups)
Definition at line 28 of file class.ilContainer.php.
|
static |
Definition at line 341 of file class.ilContainer.php.
Referenced by ilObjectCustomIcon\delete(), ILIAS\Object\Properties\CoreProperties\TileImage\ilObjectTileImage\deleteLegacyTileImage(), ilObjCategoryGUI\hideTaxAsSideBlockObject(), and ilObjCategoryGUI\updateObject().
Here is the caller graph for this function:
|
static |
Definition at line 366 of file class.ilContainer.php.
References ilObject\$log, ilContainerSortingSettings\_cloneSettings(), ilPageObject\_exists(), ilBlockSetting\cloneSettingsOfBlock(), ilLogger\debug(), ilObject\getId(), ilObjectTranslation\getInstance(), ilLoggerFactory\getLogger(), getNewsBlockActivated(), getNewsTimeline(), getNewsTimelineAutoEntries(), getNewsTimelineLandingPage(), ilObject\getRefId(), getUseNews(), ilXmlWriter\xmlData(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by ilCategoryXmlWriter\export(), ilGroupXMLWriter\start(), ilCourseXMLWriter\start(), and ilLearningSequenceXMLWriter\writeLearningSequence().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 158 of file class.ilContainer.php.
References ilFileUtils\getWebspaceDir().
Here is the call graph for this function:
|
static |
| int | $a_id |
Definition at line 323 of file class.ilContainer.php.
References $DIC, $ilDB, and $res.
Referenced by ilObjPortfolioBase\cloneBasics(), ilObjCategoryGUI\getActiveBlocks(), ilTaxonomyClassificationProvider\getActiveTaxonomiesForParentRefId(), and ilObjExercise\saveData().
Here is the caller graph for this function:
|
static |
Definition at line 276 of file class.ilContainer.php.
References $DIC, $ilDB, $q, and ilDBConstants\FETCHMODE_ASSOC.
Referenced by ilObjectDataSet\getTypes().
Here is the caller graph for this function:
|
static |
Definition at line 254 of file class.ilContainer.php.
References $DIC, $ilDB, $q, and ilDBConstants\FETCHMODE_ASSOC.
Referenced by ilContSkillMemberTableGUI\__construct(), ilObjCategoryGUI\__construct(), ilObjContentPageGUI\__construct(), ILIAS\Style\Content\ItemBlock\ItemBlockSequenceGenerator\__construct(), ilAdvancedMDRecord\_getSelectedRecordsByObject(), ILIAS\Repository\Form\addAdditionalFeatures(), ilLocatorGUI\addRepositoryItems(), ILIAS\Style\Content\ItemSetManager\applyUserFilter(), ilObjWiki\cloneObject(), ilObjSession\cloneSettings(), ilObjContentPage\doCloneObject(), ILIAS\Object\Properties\CoreProperties\TileImage\ilObjectTileImage\exists(), ilObjectCustomIcon\exists(), ilContSkillMemberTableGUI\fillRow(), ilMailMemberSearchGUI\generateContextArray(), ilTaxonomyClassificationProvider\getActiveTaxonomiesForParentRefId(), ilObjPortfolioTemplateGUI\getEditFormCustomValues(), ilObjExerciseGUI\getEditFormCustomValues(), ILIAS\Object\Properties\CoreProperties\TileImage\ilObjectTileImage\getFullPath(), ilObjectAdditionalPropertiesLegacyRepository\getHeaderActionVisibility(), ilObjContentPageListGUI\getInfoScreenStatus(), ilObjCategoryListGUI\getInfoScreenStatus(), ilObjectAdditionalPropertiesLegacyRepository\getInfoTabVisibility(), ilCourseMembershipGUI\getMailContextOptions(), ilGroupMembershipGUI\getMailContextOptions(), ilNewsItem\getNewsForRefId(), ilTaxMDGUI\getSelectableTaxonomies(), ilObjGroupGUI\getTabs(), ilObjSessionGUI\getTabs(), ilObjCourseGUI\getTabs(), ilObjectAdditionalPropertiesLegacyRepository\getTitleAndIconVisibility(), ilObjectDataSet\getTypes(), ilObjectMetaDataGUI\hasAdvancedMDSettings(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilContainerGUI\initFilter(), ilContainerGUI\initListPresentationForm(), ilGroupMembershipMailNotification\initMail(), ilCourseMembershipMailNotification\initMail(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilContSkillAdminGUI\initSettingsForm(), ilObjectGUI\insertHeaderAction(), ilContSkillPresentationGUI\isAccessible(), ILIAS\Taxonomy\Settings\SettingsManager\isActivated(), ilTaggingClassificationProvider\isActive(), ilMembershipNotifications\isActiveForRefId(), ilColumnGUI\isGloballyActivated(), ilObjContentObjectAccess\isInfoEnabled(), ilObjFileBasedLMAccess\isInfoEnabled(), ilBadgeHandler\isObjectActive(), ilCalendarSettings\lookupCalendarActivated(), ilCalendarSettings\lookupCalendarContentPresentationEnabled(), ilContentPageDataSet\readData(), ilContainerRenderer\renderHelperGeneric(), ilContSkillAdminGUI\saveCompetenceAssignment(), ilObject\selfOrParentWithRatingEnabled(), ilObjCategoryGUI\setEditTabs(), ilObjRootFolderGUI\setTitleAndDescription(), ilContainerGUI\setTitleAndDescription(), ilContainerGUI\showContainerFilter(), and ilAdvancedMDRecordObjectOrderings\sortRecords().
Here is the caller graph for this function:
|
static |
Definition at line 293 of file class.ilContainer.php.
References $DIC, $ilDB, ilObject\$log, ilLogger\debug(), and ilLoggerFactory\getLogger().
Referenced by ilObjPortfolioBase\cloneBasics(), ilObjWiki\cloneObject(), ilObjSession\cloneSettings(), ilObjectCustomIcon\copy(), ilObjTalkTemplate\create(), ilObjContentPage\doCloneObject(), ilObjectDataSet\getDependencies(), ilLearningSequenceXMLParser\handleEndTag(), ilCategoryXmlParser\handlerEndTag(), ilGroupXMLParser\handlerEndTag(), ilCourseXMLParser\handlerEndTag(), ilContentPageDataSet\importRecord(), ilAdvancedMetaDataImporter\importXmlRepresentation(), ilObjectCustomIcon\persistIconState(), ilObjEmployeeTalkSeries\read(), ilObjectCustomIcon\remove(), ILIAS\Repository\Form\saveAdditionalFeatures(), ilObjExercise\saveData(), ilContainerGUI\saveListPresentation(), ilContSkillAdminGUI\saveSettings(), ilObjCategoryGUI\showTaxAsSideBlockObject(), ilObjectAdditionalPropertiesLegacyRepository\storeHeaderActionVisibility(), ilObjectAdditionalPropertiesLegacyRepository\storeInfoTabVisibility(), ilObjectAdditionalPropertiesLegacyRepository\storeTitleAndIconVisibility(), ilObjCourseGUI\updateObject(), ilObjCategoryGUI\updateObject(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::addAdditionalSubItemInformation | ( | array & | $object | ) |
Add additional information to sub item, e.g.
used in courses for timings information etc.
Definition at line 799 of file class.ilContainer.php.
Referenced by getSubItems().
Here is the caller graph for this function:| ilContainer::addTranslation | ( | string | $a_title, |
| string | $a_desc, | ||
| string | $a_lang, | ||
| string | $a_lang_default | ||
| ) |
Definition at line 1040 of file class.ilContainer.php.
Referenced by create().
Here is the caller graph for this function:
|
protected |
Definition at line 1054 of file class.ilContainer.php.
References ilObject\getId().
Referenced by getSubItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::cloneAllObject | ( | string | $session_id, |
| string | $client_id, | ||
| string | $new_type, | ||
| int | $ref_id, | ||
| int | $clone_source, | ||
| array | $options, | ||
| bool | $soap_call = false, |
||
| int | $a_submode = 1 |
||
| ) |
| string | $session_id | |
| string | $client_id | |
| string | $new_type | |
| int | $ref_id | |
| int | $clone_source | |
| array | $options | |
| bool | $soap_call | force soap |
| int | $a_submode | submode 1 => copy all, 2 => copy content |
Definition at line 515 of file class.ilContainer.php.
References ilObject\$log, $res, $user, ilCopyWizardOptions\_allocateCopyId(), ilSession\_duplicate(), ilCopyWizardOptions\_getInstance(), ilLoggerFactory\getLogger(), ilSoapFunctions\ilClone(), ILIAS\Repository\int(), and ilObjectCopyGUI\SUBMODE_CONTENT_ONLY.
Here is the call graph for this function:| ilContainer::cloneDependencies | ( | int | $target_id, |
| int | $copy_id | ||
| ) |
Clone object dependencies (container sorting)
public
| int | target ref id of new course |
| int | copy id return bool |
Definition at line 481 of file class.ilContainer.php.
References ilObject\$log, ilContainerSorting\_getInstance(), ilObjItemGroup\fixContainerItemGroupRefsAfterCloning(), ilObject\getId(), ilObjectLP\getInstance(), and ilObject\getRefId().
Here is the call graph for this function:| ilContainer::create | ( | ) |
Definition at line 825 of file class.ilContainer.php.
References $DIC, ilObject\$lng, ilObject\$log, addTranslation(), ilLogger\debug(), ilLanguage\getDefaultLanguage(), ilObject\getDescription(), ilObject\getId(), ilObjectTranslation\getInstance(), ilLoggerFactory\getLogger(), getNewsBlockActivated(), getNewsTimeline(), getNewsTimelineAutoEntries(), getNewsTimelineLandingPage(), getStyleSheetId(), ilObject\getTitle(), getUseNews(), ilObjectServiceSettingsGUI\NEWS_VISIBILITY, and ilObjectServiceSettingsGUI\USE_NEWS.
Referenced by ilObjEmployeeTalkSeries\read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::createContainerDirectory | ( | ) |
Definition at line 140 of file class.ilContainer.php.
References ilObject\getId(), ilFileUtils\getWebspaceDir(), and ilFileUtils\makeDir().
Here is the call graph for this function:| ilContainer::delete | ( | ) |
delete category and all related data
Definition at line 581 of file class.ilContainer.php.
| ilContainer::deleteTranslation | ( | string | $a_lang | ) |
Definition at line 1034 of file class.ilContainer.php.
| ilContainer::enablePageEditing | ( | ) |
| ilContainer::filteredSubtree | ( | ) |
Note grp/crs currently allow to filter in their whole subtrees Catetories only their direct childs.
Definition at line 626 of file class.ilContainer.php.
References ilObject\getType(), and isClassificationFilterActive().
Referenced by getInitialSubitems(), and ILIAS\Style\Content\DomainService\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
overwrites description fields to long or short description in an assoc array keys needed (obj_id and description)
Definition at line 934 of file class.ilContainer.php.
References $DIC, $ilSetting, ilObject\$long_desc, ilObject\$type, ilPageObject\_exists(), ilCopyWizardOptions\_getInstance(), ilObject\_lookupObjId(), ilObject\_lookupType(), ilObject\DESC_LENGTH, ilObjectDefinition\getClassName(), ilPageObjectFactory\getInstance(), ilObjectDefinition\getLocation(), ilObject\getLongDescriptions(), and ilStr\shortenTextExtended().
Referenced by ILIAS\Containter\Content\ItemRenderer\renderItem(), ilContainerContentGUI\renderItem(), and ilContainerContentGUI\renderItemGroup().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::getContainerDirectory | ( | ) |
Definition at line 153 of file class.ilContainer.php.
References ilObject\getId().
Here is the call graph for this function:| ilContainer::getGroupedObjTypes | ( | ) |
Definition at line 804 of file class.ilContainer.php.
References $obj_definition, $type_grps, and ilObject\getType().
Here is the call graph for this function:| ilContainer::getHiddenFilesFound | ( | ) |
|
protected |
Definition at line 637 of file class.ilContainer.php.
References ilObject\$tree, filteredSubtree(), ilTree\getChilds(), ilTree\getNodeData(), ilObject\getRefId(), and ilTree\getSubTree().
Referenced by getSubItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::getNewsBlockActivated | ( | ) |
Definition at line 239 of file class.ilContainer.php.
References $news_block_activated.
Referenced by _exportContainerSettings(), create(), and update().
Here is the caller graph for this function:| ilContainer::getNewsTimeline | ( | ) |
Definition at line 189 of file class.ilContainer.php.
References $news_timeline.
Referenced by _exportContainerSettings(), create(), isNewsTimelineEffective(), isNewsTimelineLandingPageEffective(), and update().
Here is the caller graph for this function:| ilContainer::getNewsTimelineAutoEntries | ( | ) |
Definition at line 199 of file class.ilContainer.php.
References $news_timeline_auto_entries.
Referenced by _exportContainerSettings(), create(), and update().
Here is the caller graph for this function:| ilContainer::getNewsTimelineLandingPage | ( | ) |
Definition at line 209 of file class.ilContainer.php.
References $news_timeline_landing_page.
Referenced by _exportContainerSettings(), create(), isNewsTimelineLandingPageEffective(), and update().
Here is the caller graph for this function:| ilContainer::getObjectTranslation | ( | ) |
Definition at line 129 of file class.ilContainer.php.
References $obj_trans.
Referenced by ilObjStudyProgrammeSettingsGUI\buildForm(), and update().
Here is the caller graph for this function:| ilContainer::getOrderType | ( | ) |
Definition at line 598 of file class.ilContainer.php.
| ilContainer::getStyleSheetId | ( | ) |
Definition at line 174 of file class.ilContainer.php.
References $style_id.
Referenced by create().
Here is the caller graph for this function:| ilContainer::getSubItems | ( | bool | $a_admin_panel_enabled = false, |
| bool | $a_include_side_block = false, |
||
| int | $a_get_single = 0, |
||
| ilContainerUserFilter | $container_user_filter = null |
||
| ) |
Definition at line 651 of file class.ilContainer.php.
References $classification, $id, $obj_definition, ilObject\$type, ilContainerSorting\_getInstance(), ilObjFileAccess\_isFileHidden(), addAdditionalSubItemInformation(), applyContainerUserFilter(), ilObjectListGUI\CONTEXT_REPOSITORY, ilObject\getId(), getInitialSubitems(), ilObjectActivation\getItemsByEvent(), ilObject\getRefId(), ilObject\getType(), ilClassificationProvider\getValidProviders(), ILIAS\Repository\int(), isClassificationFilterActive(), and setHiddenFilesFound().
Referenced by ilEmployeeTalkAppointmentGUI\getPendingTalksInSeries().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::getTileSizes | ( | ) |
Definition at line 117 of file class.ilContainer.php.
References ilObject\$lng, and ilLanguage\txt().
Here is the call graph for this function:| ilContainer::getUseNews | ( | ) |
Definition at line 249 of file class.ilContainer.php.
References $use_news.
Referenced by _exportContainerSettings(), create(), isNewsTimelineEffective(), isNewsTimelineLandingPageEffective(), and update().
Here is the caller graph for this function:| ilContainer::getViewMode | ( | ) |
Definition at line 593 of file class.ilContainer.php.
Referenced by ILIAS\Style\Content\DomainService\view().
Here is the caller graph for this function:| ilContainer::gotItems | ( | ) |
Definition at line 787 of file class.ilContainer.php.
| ilContainer::isClassificationFilterActive | ( | ) |
Definition at line 608 of file class.ilContainer.php.
References $classification, $id, ilObject\getId(), ilObject\getRefId(), ilObject\getType(), and ilClassificationProvider\getValidProviders().
Referenced by filteredSubtree(), and getSubItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::isNewsTimelineEffective | ( | ) |
Definition at line 214 of file class.ilContainer.php.
References getNewsTimeline(), and getUseNews().
Here is the call graph for this function:| ilContainer::isNewsTimelineLandingPageEffective | ( | ) |
Definition at line 225 of file class.ilContainer.php.
References getNewsTimeline(), getNewsTimelineLandingPage(), and getUseNews().
Here is the call graph for this function:| ilContainer::putInTree | ( | int | $parent_ref_id | ) |
Definition at line 860 of file class.ilContainer.php.
References ilObject\_lookupObjId(), and ilObject\getId().
Referenced by ilECSCourseCreationHandler\createCourseReference().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::read | ( | ) |
Definition at line 903 of file class.ilContainer.php.
References ilContainerSortingSettings\_lookupSortMode(), ilObject\getId(), ilObjectTranslation\getInstance(), readContainerSettings(), and setOrderType().
Referenced by ilObjOrgUnit\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::readContainerSettings | ( | ) |
Definition at line 915 of file class.ilContainer.php.
References ilObject\getId(), ilObjectServiceSettingsGUI\NEWS_VISIBILITY, setNewsBlockActivated(), setNewsTimeline(), setNewsTimelineAutoEntries(), setNewsTimelineLandingPage(), setUseNews(), and ilObjectServiceSettingsGUI\USE_NEWS.
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainer::removeTranslations | ( | ) |
Definition at line 1029 of file class.ilContainer.php.
| ilContainer::setHiddenFilesFound | ( | bool | $a_hiddenfilesfound | ) |
Definition at line 164 of file class.ilContainer.php.
Referenced by getSubItems().
Here is the caller graph for this function:| ilContainer::setNewsBlockActivated | ( | bool | $a_val | ) |
Definition at line 234 of file class.ilContainer.php.
Referenced by readContainerSettings().
Here is the caller graph for this function:| ilContainer::setNewsTimeline | ( | bool | $a_val | ) |
Definition at line 184 of file class.ilContainer.php.
Referenced by readContainerSettings().
Here is the caller graph for this function:| ilContainer::setNewsTimelineAutoEntries | ( | bool | $a_val | ) |
Definition at line 194 of file class.ilContainer.php.
Referenced by readContainerSettings().
Here is the caller graph for this function:| ilContainer::setNewsTimelineLandingPage | ( | bool | $a_val | ) |
Definition at line 204 of file class.ilContainer.php.
Referenced by readContainerSettings().
Here is the caller graph for this function:| ilContainer::setObjectTranslation | ( | ?ilObjectTranslation | $obj_trans | ) |
| ilContainer::setOrderType | ( | int | $a_value | ) |
Definition at line 603 of file class.ilContainer.php.
Referenced by ilObjFolder\read(), ilObjCourse\read(), ilObjGroup\read(), and read().
Here is the caller graph for this function:| ilContainer::setStyleSheetId | ( | int | $a_style_id | ) |
Definition at line 179 of file class.ilContainer.php.
| ilContainer::setUseNews | ( | bool | $a_val | ) |
Definition at line 244 of file class.ilContainer.php.
Referenced by readContainerSettings().
Here is the caller graph for this function:| ilContainer::update | ( | ) |
Definition at line 873 of file class.ilContainer.php.
References ilObject\$log, ilLogger\debug(), ilObject\getId(), ilLoggerFactory\getLogger(), ilObject\getLongDescription(), getNewsBlockActivated(), getNewsTimeline(), getNewsTimelineAutoEntries(), getNewsTimelineLandingPage(), getObjectTranslation(), ilObject\getTitle(), getUseNews(), ilLogger\logStack(), ilObjectServiceSettingsGUI\NEWS_VISIBILITY, and ilObjectServiceSettingsGUI\USE_NEWS.
Referenced by ilObjEmployeeTalkSeriesGUI\copyTemplateValues(), and ilObjEmployeeTalkSeries\read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 68 of file class.ilContainer.php.
|
protected |
Definition at line 31 of file class.ilContainer.php.
|
static |
Definition at line 65 of file class.ilContainer.php.
|
protected |
Definition at line 66 of file class.ilContainer.php.
|
protected |
Definition at line 74 of file class.ilContainer.php.
Referenced by getHiddenFilesFound().
| array ilContainer::$items = [] |
Definition at line 71 of file class.ilContainer.php.
|
protected |
Definition at line 30 of file class.ilContainer.php.
|
protected |
Definition at line 81 of file class.ilContainer.php.
Referenced by getNewsBlockActivated().
|
protected |
Definition at line 75 of file class.ilContainer.php.
Referenced by getNewsTimeline().
|
protected |
Definition at line 76 of file class.ilContainer.php.
Referenced by getNewsTimelineAutoEntries().
|
protected |
Definition at line 80 of file class.ilContainer.php.
Referenced by getNewsTimelineLandingPage().
|
protected |
Definition at line 72 of file class.ilContainer.php.
Referenced by getGroupedObjTypes(), and getSubItems().
|
protected |
Definition at line 78 of file class.ilContainer.php.
Referenced by getObjectTranslation(), and setObjectTranslation().
|
protected |
Definition at line 73 of file class.ilContainer.php.
|
protected |
Definition at line 69 of file class.ilContainer.php.
|
protected |
Definition at line 83 of file class.ilContainer.php.
|
protected |
Definition at line 77 of file class.ilContainer.php.
Referenced by enablePageEditing().
|
protected |
Definition at line 79 of file class.ilContainer.php.
Referenced by getStyleSheetId().
|
protected |
Definition at line 85 of file class.ilContainer.php.
Referenced by getGroupedObjTypes().
|
protected |
Definition at line 82 of file class.ilContainer.php.
Referenced by getUseNews().
|
protected |
Definition at line 70 of file class.ilContainer.php.
Referenced by cloneAllObject().
| const ilContainer::SORT_ACTIVATION = 2 |
Definition at line 45 of file class.ilContainer.php.
Referenced by ilCourseObjective\__getOrderColumn(), ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjCourseGUI\initEditForm(), ilContainerGUI\initManualSortingOptionForm(), ilContainerGUI\initSortingForm(), ilContainerGUI\saveSortingSettings(), ilContainerSorting\sortItems(), ilContainerSortingSettings\sortModeToString(), ilContainerSorting\sortSubItems(), and ilObjCourseGUI\updateObject().
| const ilContainer::SORT_CREATION = 4 |
Definition at line 47 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjGroupGUI\initForm(), ilContainerGUI\initManualSortingOptionForm(), ilContainerGUI\initSortingForm(), ilContainerGUI\saveSortingSettings(), ilContainerSorting\sortItems(), ilContainerSortingSettings\sortModeToString(), and ilContainerSorting\sortSubItems().
| const ilContainer::SORT_DIRECTION_ASC = 0 |
Definition at line 49 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjStudyProgrammeGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilContainerSortingSettings\getSortDirection(), ilContainerGUI\initSortingDirectionForm(), ilContainerSorting\sortItems(), ilContainerSorting\sortOrderDefault(), and ilContainerSorting\sortSubItems().
| const ilContainer::SORT_DIRECTION_DESC = 1 |
Definition at line 50 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_importContainerSortingSettings(), and ilContainerGUI\initSortingDirectionForm().
| const ilContainer::SORT_INHERIT = 3 |
Definition at line 46 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_lookupSortMode(), ilContainerSortingSettings\_readSortMode(), ilObjFolderGUI\afterSave(), ilObjGroupGUI\afterSave(), ilContainerSortingSettings\getInheritedSettings(), ilObjFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilContainerGUI\initSortingForm(), and ilContainerSortingSettings\loadEffectiveSettings().
| const ilContainer::SORT_MANUAL = 1 |
Definition at line 44 of file class.ilContainer.php.
Referenced by ilObjCourse\__createDefaultSettings(), ilCourseObjective\__getOrderColumn(), ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjLinkResourceGUI\activateTabs(), ilContainerGUI\addHeaderRow(), ilObjStudyProgrammeGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ILIAS\Style\Content\ItemPresentationManager\canOrderItems(), ILIAS\Style\Content\ItemPresentationManager\forceSessionOrderingByDate(), ilLSItemsDB\getLSItems(), ilObjCourse\getOrderType(), ilWebLinkXmlParser\handlerBeginTag(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjLinkResourceGUI\initFormSettings(), ilContainerGUI\initSortingForm(), ILIAS\Style\Content\ModeManager\isActiveItemOrdering(), ilContainerGUI\isActiveItemOrdering(), ilContainerGUI\saveSortingSettings(), ilWebLinkItemsContainer\sort(), ilContainerSorting\sortItems(), ilContainerSortingSettings\sortModeToString(), ilContainerSorting\sortSubItems(), ilLSItemsDBTest\testGetLSItemsWithData(), ilLSItemsDBTest\testGetLSItemsWithoutData(), ilWebResourceItemsContainerTest\testSortManual(), ilObjLinkResource\toXML(), and ilObjLinkResourceGUI\view().
| const ilContainer::SORT_NEW_ITEMS_ORDER_ACTIVATION = 2 |
| const ilContainer::SORT_NEW_ITEMS_ORDER_CREATION = 1 |
Definition at line 56 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjStudyProgrammeGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilContainerGUI\initManualSortingOptionForm(), and ilContainerSorting\sortOrderDefault().
| const ilContainer::SORT_NEW_ITEMS_ORDER_TITLE = 0 |
| const ilContainer::SORT_NEW_ITEMS_POSITION_BOTTOM = 1 |
Definition at line 53 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjStudyProgrammeGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), and ilContainerGUI\initManualSortingOptionForm().
| const ilContainer::SORT_NEW_ITEMS_POSITION_TOP = 0 |
Definition at line 52 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_importContainerSortingSettings(), ilContainerGUI\initManualSortingOptionForm(), and ilContainerSorting\sortOrderDefault().
| const ilContainer::SORT_TITLE = 0 |
Definition at line 43 of file class.ilContainer.php.
Referenced by ilCourseObjective\__getOrderColumn(), ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjGroupGUI\afterSave(), ilObjCategoryGUI\afterSave(), ilWebLinkXmlParser\handlerBeginTag(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjLinkResourceGUI\initFormSettings(), ilContainerGUI\initManualSortingOptionForm(), ilContainerGUI\initSortingForm(), ilContainerSortingSettings\loadEffectiveSettings(), ilContainerGUI\saveSortingSettings(), ilWebLinkItemsContainer\sort(), ilContainerSorting\sortItems(), ilContainerSortingSettings\sortModeToString(), ilContainerSorting\sortSubItems(), ilWebResourceItemsContainerTest\testSortByTitle(), and ilObjLinkResource\toXML().
| const ilContainer::TILE_EXTRA_LARGE = 3 |
Definition at line 62 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
| const ilContainer::TILE_FULL = 4 |
Definition at line 63 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
| const ilContainer::TILE_LARGE = 2 |
Definition at line 61 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
| const ilContainer::TILE_NORMAL = 0 |
Definition at line 59 of file class.ilContainer.php.
| const ilContainer::TILE_SMALL = 1 |
Definition at line 60 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
| const ilContainer::VIEW_ARCHIVE = 3 |
Definition at line 36 of file class.ilContainer.php.
| const ilContainer::VIEW_BY_TYPE = 5 |
Definition at line 38 of file class.ilContainer.php.
Referenced by ilContainerGUI\getContentGUI(), ilObjWorkspaceFolder\getViewMode(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ilObjCourseGUI\renderObject(), and ilObjGroup\translateViewMode().
| const ilContainer::VIEW_DEFAULT = self::VIEW_BY_TYPE |
Definition at line 41 of file class.ilContainer.php.
Referenced by ilObjCourseAccess\_lookupViewMode(), ilObjGroup\getViewMode(), and ilObjGroup\translateViewMode().
| const ilContainer::VIEW_INHERIT = 6 |
Definition at line 39 of file class.ilContainer.php.
Referenced by ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ilContainerSessionsContentGUI\initSessionPresentationLimitation(), and ilObjGroup\translateViewMode().
| const ilContainer::VIEW_OBJECTIVE = 1 |
Definition at line 34 of file class.ilContainer.php.
Referenced by ilObjCourseGUI\_modifyItemGUI(), ilContainerGUI\getContentGUI(), ILIAS\Style\Content\ModeManager\isActiveItemOrdering(), ilObjCourseGUI\renderObject(), and ilObjCourseGUI\showPossibleSubObjects().
| const ilContainer::VIEW_SESSIONS = 0 |
Definition at line 33 of file class.ilContainer.php.
Referenced by ILIAS\Style\Content\ItemPresentationManager\forceSessionOrderingByDate(), ilContainerGUI\getContentGUI(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ILIAS\Style\Content\ItemPresentationManager\isActiveItemOrdering(), ilObjCourseGUI\renderObject(), and ilObjGroup\translateViewMode().
| const ilContainer::VIEW_SIMPLE = 4 |
Definition at line 37 of file class.ilContainer.php.
Referenced by ilContainerGUI\getContentGUI(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ilObjCourseGUI\renderObject(), ilObjGroup\translateViewMode(), and ILIAS\Style\Content\DomainService\view().
| const ilContainer::VIEW_TIMING = 2 |
Definition at line 35 of file class.ilContainer.php.
Referenced by ilCalendarScheduleFilterTimings\enabledCourseTimings(), ilObjFolderGUI\forwardToTimingsView(), and ilObjCourseGUI\renderObject().