ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilContainer. More...
Public Member Functions | |
getTileSizes () | |
getObjectTranslation () | |
setObjectTranslation (?Translations $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 () | |
note: title, description and type should be set when this function is called More... | |
putInTree (int $parent_ref_id) | |
maybe this method should be in tree object!? More... | |
update () | |
read () | |
readContainerSettings () | |
removeTranslations () | |
deleteTranslation (string $a_lang) | |
addTranslation (string $a_title, string $a_desc, string $a_lang, string $a_lang_default) | |
![]() | |
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, int $new_obj_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 | _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 = [] |
![]() | |
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) | |
![]() | |
doMDUpdateListener (string $a_element) | |
beforeMDUpdateListener (string $a_element) | |
doCreateMetaData () | |
beforeCreateMetaData () | |
doUpdateMetaData () | |
beforeUpdateMetaData () | |
doDeleteMetaData () | |
beforeDeleteMetaData () | |
handleAutoRating () | |
hasAutoRating () | |
Class ilContainer.
Base class for all container objects (categories, courses, groups)
Definition at line 30 of file class.ilContainer.php.
|
static |
Definition at line 340 of file class.ilContainer.php.
Referenced by ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\Custom\delete(), ilObjCategoryGUI\hideTaxAsSideBlockObject(), and ilObjCategoryGUI\updateObject().
|
static |
Definition at line 365 of file class.ilContainer.php.
References ilXmlWriter\xmlData(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by ilCategoryXmlWriter\export(), ilCourseXMLWriter\start(), ilGroupXMLWriter\start(), and ilLearningSequenceXMLWriter\writeLearningSequence().
|
static |
Definition at line 157 of file class.ilContainer.php.
References ilFileUtils\getWebspaceDir().
Referenced by getContainerDirectory().
|
static |
int | $a_id |
Definition at line 322 of file class.ilContainer.php.
References $DIC, $ilDB, and $res.
Referenced by ilObjCategoryGUI\getActiveBlocks(), and ilTaxonomyClassificationProvider\getActiveTaxonomiesForParentRefId().
|
static |
Definition at line 275 of file class.ilContainer.php.
|
static |
Definition at line 253 of file class.ilContainer.php.
Referenced by ilObjCategoryGUI\__construct(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\__construct(), ilObjContentPageGUI\__construct(), ILIAS\Container\Skills\ContSkillMemberTableBuilder\activeAction(), ilLocatorGUI\addRepositoryItems(), ILIAS\Container\Content\ItemSetManager\applyUserFilter(), ILIAS\Container\Skills\ContSkillMemberTableBuilder\build(), ilObjWiki\cloneObject(), ilObjSession\cloneSettings(), ilObjContentPage\doCloneObject(), ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\Custom\exists(), ilMailMemberSearchGUI\generateContextArray(), ilTaxonomyClassificationProvider\getActiveTaxonomiesForParentRefId(), ilObjExerciseGUI\getEditFormCustomValues(), ilObjPortfolioTemplateGUI\getEditFormCustomValues(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\getHeaderActionVisibility(), ilObjCategoryListGUI\getInfoScreenStatus(), ilObjContentPageListGUI\getInfoScreenStatus(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\getInfoTabVisibility(), ilCourseMembershipGUI\getMailContextOptions(), ilGroupMembershipGUI\getMailContextOptions(), ilTaxMDGUI\getSelectableTaxonomies(), ilObjCourseGUI\getTabs(), ilObjGroupGUI\getTabs(), ilObjSessionGUI\getTabs(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\getTitleAndIconVisibility(), ilObjectMetaDataGUI\hasAdvancedMDSettings(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilContainerGUI\initFilter(), ilContainerGUI\initListPresentationForm(), ilCourseMembershipMailNotification\initMail(), ilGroupMembershipMailNotification\initMail(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilContSkillAdminGUI\initSettingsForm(), ilObjectGUI\insertHeaderAction(), ilContSkillPresentationGUI\isAccessible(), ILIAS\Taxonomy\Settings\SettingsManager\isActivated(), ilMembershipNotifications\isActiveForRefId(), ilObjFileBasedLMAccess\isInfoEnabled(), ilObjContentObjectAccess\isInfoEnabled(), ilCalendarSettings\lookupCalendarActivated(), ilCalendarSettings\lookupCalendarContentPresentationEnabled(), ilContainerRenderer\renderHelperGeneric(), ilContSkillAdminGUI\saveCompetenceAssignment(), ilObject\selfOrParentWithRatingEnabled(), ilObjCategoryGUI\setEditTabs(), ilContainerGUI\setTitleAndDescription(), ilObjRootFolderGUI\setTitleAndDescription(), ilContainerGUI\showContainerFilter(), and ilAdvancedMDRecordObjectOrderings\sortRecords().
|
static |
Definition at line 292 of file class.ilContainer.php.
Referenced by ilObjPortfolioBase\cloneBasics(), ilObjWiki\cloneObject(), ilObjSession\cloneSettings(), ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\Custom\copy(), ilObjTalkTemplate\create(), ilObjContentPage\doCloneObject(), ilLearningSequenceXMLParser\handleEndTag(), ilCategoryXmlParser\handlerEndTag(), ilCourseXMLParser\handlerEndTag(), ilGroupXMLParser\handlerEndTag(), ilContentPageDataSet\importRecord(), ilAdvancedMetaDataImporter\importXmlRepresentation(), ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\Custom\persistIconState(), ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\Custom\remove(), ILIAS\Repository\Form\saveAdditionalFeatures(), ilContainerGUI\saveListPresentation(), ilContSkillAdminGUI\saveSettings(), ilObjCategoryGUI\showTaxAsSideBlockObject(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\storeHeaderActionVisibility(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\storeInfoTabVisibility(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\storeTitleAndIconVisibility(), ilObjCategoryGUI\updateObject(), ilObjCourseGUI\updateObject(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
ilContainer::addAdditionalSubItemInformation | ( | array & | $object | ) |
Add additional information to sub item, e.g.
used in courses for timings information etc.
Reimplemented in ilObjCategory, ilObjCourse, ilObjFolder, ilObjGroup, and ilObjRootFolder.
Definition at line 796 of file class.ilContainer.php.
ilContainer::addTranslation | ( | string | $a_title, |
string | $a_desc, | ||
string | $a_lang, | ||
string | $a_lang_default | ||
) |
Reimplemented in ilObjOrgUnit, and ilObjRootFolder.
Definition at line 1038 of file class.ilContainer.php.
|
protected |
Definition at line 1059 of file class.ilContainer.php.
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 512 of file class.ilContainer.php.
ilContainer::cloneDependencies | ( | int | $target_id, |
int | $copy_id | ||
) |
Clone object dependencies (container sorting)
@access public
int | target ref id of new course |
int | copy id return bool |
Reimplemented from ilObject.
Reimplemented in ilObjGroup, ilObjCategory, ilObjCourse, and ilObjFolder.
Definition at line 478 of file class.ilContainer.php.
References $log, ilContainerSorting\_getInstance(), ilObjItemGroup\fixContainerItemGroupRefsAfterCloning(), ILIAS\Survey\Mode\getId(), and ilObjectLP\getInstance().
ilContainer::create | ( | ) |
note: title, description and type should be set when this function is called
Reimplemented from ilObject.
Reimplemented in ilObjCourse, ilObjTalkTemplate, ilObjGroup, ilObjLearningSequence, ilObjOrgUnit, and ilObjStudyProgramme.
Definition at line 822 of file class.ilContainer.php.
References $DIC, $lng, $log, ILIAS\Survey\Mode\getId(), ilLoggerFactory\getLogger(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilObjectServiceSettingsGUI\NEWS_VISIBILITY, and ilObjectServiceSettingsGUI\USE_NEWS.
ilContainer::createContainerDirectory | ( | ) |
Definition at line 139 of file class.ilContainer.php.
References ilObject\getId(), ilFileUtils\getWebspaceDir(), and ilFileUtils\makeDir().
ilContainer::delete | ( | ) |
delete category and all related data
Reimplemented from ilObject.
Reimplemented in ilObjCategory, ilObjCourse, ilObjTalkTemplateAdministration, ilObjGroup, ilObjLearningSequence, ilObjOrgUnit, ilObjRootFolder, and ilObjStudyProgramme.
Definition at line 578 of file class.ilContainer.php.
ilContainer::deleteTranslation | ( | string | $a_lang | ) |
Reimplemented in ilObjOrgUnit, and ilObjRootFolder.
Definition at line 1032 of file class.ilContainer.php.
ilContainer::enablePageEditing | ( | ) |
Definition at line 811 of file class.ilContainer.php.
References $ilSetting.
ilContainer::filteredSubtree | ( | ) |
Note grp/crs currently allow to filter in their whole subtrees Catetories only their direct childs.
Definition at line 623 of file class.ilContainer.php.
|
static |
overwrites description fields to long or short description in an assoc array keys needed (obj_id and description)
Definition at line 932 of file class.ilContainer.php.
References $DIC, $ilSetting, ilObject\DESC_LENGTH, ilObject\getLongDescriptions(), and ilStr\shortenTextExtended().
Referenced by ilContainerContentGUI\renderItem(), ILIAS\Containter\Content\ItemRenderer\renderItem(), and ilContainerContentGUI\renderItemGroup().
ilContainer::getContainerDirectory | ( | ) |
Definition at line 152 of file class.ilContainer.php.
References _getContainerDirectory(), and ilObject\getId().
ilContainer::getGroupedObjTypes | ( | ) |
Definition at line 801 of file class.ilContainer.php.
ilContainer::getHiddenFilesFound | ( | ) |
Definition at line 168 of file class.ilContainer.php.
References $hiddenfilesfound.
|
protected |
Definition at line 634 of file class.ilContainer.php.
ilContainer::getNewsBlockActivated | ( | ) |
Definition at line 238 of file class.ilContainer.php.
References $news_block_activated.
ilContainer::getNewsTimeline | ( | ) |
Definition at line 188 of file class.ilContainer.php.
References $news_timeline.
Referenced by isNewsTimelineEffective(), and isNewsTimelineLandingPageEffective().
ilContainer::getNewsTimelineAutoEntries | ( | ) |
Definition at line 198 of file class.ilContainer.php.
References $news_timeline_auto_entries.
ilContainer::getNewsTimelineLandingPage | ( | ) |
Definition at line 208 of file class.ilContainer.php.
References $news_timeline_landing_page.
Referenced by isNewsTimelineLandingPageEffective().
ilContainer::getObjectTranslation | ( | ) |
Definition at line 128 of file class.ilContainer.php.
References $obj_trans.
ilContainer::getOrderType | ( | ) |
Reimplemented in ilObjCourse.
Definition at line 595 of file class.ilContainer.php.
ilContainer::getStyleSheetId | ( | ) |
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 648 of file class.ilContainer.php.
References ILIAS\Repository\int().
Referenced by ilEmployeeTalkAppointmentGUI\getPendingTalksInSeries().
ilContainer::getTileSizes | ( | ) |
Definition at line 116 of file class.ilContainer.php.
References ilObject\$lng, and ilLanguage\txt().
ilContainer::getUseNews | ( | ) |
Definition at line 248 of file class.ilContainer.php.
References $use_news.
Referenced by isNewsTimelineEffective(), and isNewsTimelineLandingPageEffective().
ilContainer::getViewMode | ( | ) |
Reimplemented in ilObjCourse, ilObjFolder, and ilObjGroup.
Definition at line 590 of file class.ilContainer.php.
ilContainer::gotItems | ( | ) |
Definition at line 784 of file class.ilContainer.php.
ilContainer::isClassificationFilterActive | ( | ) |
Definition at line 605 of file class.ilContainer.php.
References $classification, $id, ILIAS\Survey\Mode\getId(), and ilClassificationProvider\getValidProviders().
ilContainer::isNewsTimelineEffective | ( | ) |
Definition at line 213 of file class.ilContainer.php.
References getNewsTimeline(), and getUseNews().
ilContainer::isNewsTimelineLandingPageEffective | ( | ) |
Definition at line 224 of file class.ilContainer.php.
References getNewsTimeline(), getNewsTimelineLandingPage(), and getUseNews().
ilContainer::putInTree | ( | int | $parent_ref_id | ) |
maybe this method should be in tree object!?
Reimplemented from ilObject.
Reimplemented in ilObjFolder, and ilObjStudyProgramme.
Definition at line 857 of file class.ilContainer.php.
References ilObject\_lookupObjId(), and ILIAS\Survey\Mode\getId().
Referenced by ilECSCourseCreationHandler\createCourseReference().
ilContainer::read | ( | ) |
Reimplemented from ilObject.
Reimplemented in ilObjCourse, ilObjFolder, ilObjGroup, and ilObjLearningSequence.
Definition at line 901 of file class.ilContainer.php.
References ilContainerSortingSettings\_lookupSortMode(), and ILIAS\Survey\Mode\getId().
ilContainer::readContainerSettings | ( | ) |
Definition at line 913 of file class.ilContainer.php.
References ILIAS\Survey\Mode\getId(), ilObjectServiceSettingsGUI\NEWS_VISIBILITY, and ilObjectServiceSettingsGUI\USE_NEWS.
ilContainer::removeTranslations | ( | ) |
Reimplemented in ilObjOrgUnit, and ilObjRootFolder.
Definition at line 1027 of file class.ilContainer.php.
ilContainer::setHiddenFilesFound | ( | bool | $a_hiddenfilesfound | ) |
Definition at line 163 of file class.ilContainer.php.
ilContainer::setNewsBlockActivated | ( | bool | $a_val | ) |
Definition at line 233 of file class.ilContainer.php.
ilContainer::setNewsTimeline | ( | bool | $a_val | ) |
Definition at line 183 of file class.ilContainer.php.
ilContainer::setNewsTimelineAutoEntries | ( | bool | $a_val | ) |
Definition at line 193 of file class.ilContainer.php.
ilContainer::setNewsTimelineLandingPage | ( | bool | $a_val | ) |
Definition at line 203 of file class.ilContainer.php.
ilContainer::setObjectTranslation | ( | ?Translations | $obj_trans | ) |
Definition at line 133 of file class.ilContainer.php.
References $obj_trans.
ilContainer::setOrderType | ( | int | $a_value | ) |
Definition at line 600 of file class.ilContainer.php.
Referenced by ilObjCourse\read(), ilObjFolder\read(), and ilObjGroup\read().
ilContainer::setStyleSheetId | ( | int | $a_style_id | ) |
Definition at line 178 of file class.ilContainer.php.
ilContainer::setUseNews | ( | bool | $a_val | ) |
Definition at line 243 of file class.ilContainer.php.
ilContainer::update | ( | ) |
Reimplemented from ilObject.
Reimplemented in ilObjCourse, ilObjGroup, ilObjLearningSequence, ilObjOrgUnit, and ilObjStudyProgramme.
Definition at line 870 of file class.ilContainer.php.
References $log, ILIAS\Survey\Mode\getId(), ilLoggerFactory\getLogger(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilObjectServiceSettingsGUI\NEWS_VISIBILITY, and ilObjectServiceSettingsGUI\USE_NEWS.
Referenced by ilObjEmployeeTalkSeriesGUI\copyTemplateValues().
|
protected |
Definition at line 70 of file class.ilContainer.php.
|
protected |
Definition at line 33 of file class.ilContainer.php.
|
static |
Definition at line 67 of file class.ilContainer.php.
|
protected |
Definition at line 68 of file class.ilContainer.php.
|
protected |
Definition at line 76 of file class.ilContainer.php.
Referenced by getHiddenFilesFound().
array ilContainer::$items = [] |
Definition at line 73 of file class.ilContainer.php.
|
protected |
Definition at line 32 of file class.ilContainer.php.
|
protected |
Definition at line 83 of file class.ilContainer.php.
Referenced by getNewsBlockActivated().
|
protected |
Definition at line 77 of file class.ilContainer.php.
Referenced by getNewsTimeline().
|
protected |
Definition at line 78 of file class.ilContainer.php.
Referenced by getNewsTimelineAutoEntries().
|
protected |
Definition at line 82 of file class.ilContainer.php.
Referenced by getNewsTimelineLandingPage().
|
protected |
Definition at line 74 of file class.ilContainer.php.
|
protected |
Definition at line 80 of file class.ilContainer.php.
Referenced by getObjectTranslation(), and setObjectTranslation().
|
protected |
Definition at line 75 of file class.ilContainer.php.
|
protected |
Definition at line 71 of file class.ilContainer.php.
|
protected |
Definition at line 85 of file class.ilContainer.php.
|
protected |
Definition at line 79 of file class.ilContainer.php.
|
protected |
Definition at line 81 of file class.ilContainer.php.
Referenced by getStyleSheetId().
|
protected |
Definition at line 87 of file class.ilContainer.php.
|
protected |
Definition at line 84 of file class.ilContainer.php.
Referenced by getUseNews().
|
protected |
Definition at line 72 of file class.ilContainer.php.
const ilContainer::SORT_ACTIVATION = 2 |
Definition at line 47 of file class.ilContainer.php.
Referenced by ilCourseObjective\__getOrderColumn(), ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjCourseGUI\initEditForm(), ilContainerGUI\saveSortingSettings(), ilContainerSorting\sortItems(), ilContainerSortingSettings\sortModeToString(), ilContainerSorting\sortSubItems(), and ilObjCourseGUI\updateObject().
const ilContainer::SORT_CREATION = 4 |
Definition at line 49 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilContainerGUI\saveSortingSettings(), ilContainerSorting\sortItems(), ilContainerSortingSettings\sortModeToString(), and ilContainerSorting\sortSubItems().
const ilContainer::SORT_DIRECTION_ASC = 0 |
Definition at line 51 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilObjLearningSequenceGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ilContainerSortingSettings\getSortDirection(), ilContainerSorting\sortItems(), ilContainerSorting\sortOrderDefault(), and ilContainerSorting\sortSubItems().
const ilContainer::SORT_DIRECTION_DESC = 1 |
Definition at line 52 of file class.ilContainer.php.
const ilContainer::SORT_INHERIT = 3 |
Definition at line 48 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_lookupSortMode(), ilContainerSortingSettings\_readSortMode(), ilObjFolderGUI\afterSave(), ilObjGroupGUI\afterSave(), ilContainerSortingSettings\getInheritedSettings(), ilObjFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), and ilContainerSortingSettings\loadEffectiveSettings().
const ilContainer::SORT_MANUAL = 1 |
Definition at line 46 of file class.ilContainer.php.
Referenced by ilObjCourse\__createDefaultSettings(), ilCourseObjective\__getOrderColumn(), ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjLinkResourceGUI\activateTabs(), ilObjLearningSequenceGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ILIAS\Container\Content\ItemPresentationManager\canOrderItems(), ILIAS\Container\Content\ItemPresentationManager\forceSessionOrderingByDate(), ilLSItemsDB\getLSItems(), ilObjCourse\getOrderType(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjLinkResourceGUI\initFormSettings(), ilContainerGUI\isActiveItemOrdering(), ILIAS\Container\Content\ModeManager\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 |
Definition at line 59 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), and ilContainerSorting\sortOrderDefault().
const ilContainer::SORT_NEW_ITEMS_ORDER_CREATION = 1 |
Definition at line 58 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilObjLearningSequenceGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), and ilContainerSorting\sortOrderDefault().
const ilContainer::SORT_NEW_ITEMS_ORDER_TITLE = 0 |
Definition at line 57 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), and ilContainerSorting\sortOrderDefault().
const ilContainer::SORT_NEW_ITEMS_POSITION_BOTTOM = 1 |
Definition at line 55 of file class.ilContainer.php.
Referenced by ilContainerSortingSettings\_exportContainerSortingSettings(), ilObjLearningSequenceGUI\afterSave(), and ilObjStudyProgrammeGUI\afterSave().
const ilContainer::SORT_NEW_ITEMS_POSITION_TOP = 0 |
Definition at line 54 of file class.ilContainer.php.
Referenced by ilContainerSorting\sortOrderDefault().
const ilContainer::SORT_TITLE = 0 |
Definition at line 45 of file class.ilContainer.php.
Referenced by ilCourseObjective\__getOrderColumn(), ilContainerSortingSettings\_exportContainerSortingSettings(), ilContainerSortingSettings\_importContainerSortingSettings(), ilObjCategoryGUI\afterSave(), ilObjGroupGUI\afterSave(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjLinkResourceGUI\initFormSettings(), 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 64 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
const ilContainer::TILE_FULL = 4 |
Definition at line 65 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
const ilContainer::TILE_LARGE = 2 |
Definition at line 63 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
const ilContainer::TILE_NORMAL = 0 |
Definition at line 61 of file class.ilContainer.php.
const ilContainer::TILE_SMALL = 1 |
Definition at line 62 of file class.ilContainer.php.
Referenced by ilContainerRenderer\renderHelperGeneric().
const ilContainer::VIEW_ARCHIVE = 3 |
Definition at line 38 of file class.ilContainer.php.
const ilContainer::VIEW_BY_TYPE = 5 |
Definition at line 40 of file class.ilContainer.php.
Referenced by ilContainerGUI\getContentGUI(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilObjWorkspaceFolder\getViewMode(), ilObjGroupGUI\initForm(), and ilObjGroup\translateViewMode().
const ilContainer::VIEW_DEFAULT = self::VIEW_BY_TYPE |
Definition at line 43 of file class.ilContainer.php.
Referenced by ilObjCourseAccess\_lookupViewMode(), ilObjGroup\getViewMode(), and ilObjGroup\translateViewMode().
const ilContainer::VIEW_INHERIT = 6 |
Definition at line 41 of file class.ilContainer.php.
Referenced by ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ilContainerSessionsContentGUI\initSessionPresentationLimitation(), and ilObjGroup\translateViewMode().
const ilContainer::VIEW_OBJECTIVE = 1 |
Definition at line 36 of file class.ilContainer.php.
Referenced by ilContainerGUI\getContentGUI(), ILIAS\Container\Content\ModeManager\isActiveItemOrdering(), and ilObjCourseGUI\showPossibleSubObjects().
const ilContainer::VIEW_SESSIONS = 0 |
Definition at line 35 of file class.ilContainer.php.
Referenced by ILIAS\Container\Content\ItemPresentationManager\forceSessionOrderingByDate(), ilContainerGUI\getContentGUI(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ILIAS\Container\Content\ItemPresentationManager\isActiveItemOrdering(), and ilObjGroup\translateViewMode().
const ilContainer::VIEW_SIMPLE = 4 |
Definition at line 39 of file class.ilContainer.php.
Referenced by ilContainerGUI\getContentGUI(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilObjGroupGUI\initForm(), ilObjGroup\translateViewMode(), and ILIAS\Container\Content\DomainService\view().
const ilContainer::VIEW_TIMING = 2 |
Definition at line 37 of file class.ilContainer.php.
Referenced by ilCalendarScheduleFilterTimings\enabledCourseTimings(), and ilObjFolderGUI\forwardToTimingsView().