34 bool $a_reference =
true 38 $this->log = $DIC[
"ilLog"];
39 $tree = $DIC->repositoryTree();
40 $objDefinition = $DIC[
"objDefinition"];
41 $ilDB = $DIC->database();
44 $this->obj_def = $objDefinition;
52 public function setId($a_id): void
55 $this->item_data_ar->setId($a_id);
65 $this->item_data_ar->setHideTitle($a_val);
70 return $this->item_data_ar->getHideTitle();
78 $this->item_data_ar->setBehaviour($a_val);
83 return $this->item_data_ar->getListPresentation();
88 $this->item_data_ar->setListPresentation($a_val);
93 return $this->item_data_ar->getTileSize();
98 $this->item_data_ar->setTileSize($a_val);
103 return $this->item_data_ar->getBehaviour();
111 protected function doCreate(
bool $clone_mode =
false): void
115 if ($this->
getId()) {
116 $this->item_data_ar->setId($this->
getId());
117 $this->item_data_ar->create();
120 $lng = $DIC->language();
124 $obj_trans->addLanguage(
136 if ($this->
getId()) {
137 $this->item_data_ar->update();
141 $trans->setDefaultTitle($this->
getTitle());
149 if ($this->
getId()) {
150 $this->item_data_ar->delete();
165 $ot->copy($new_obj->
getId());
168 if ($ot2->getDefaultTitle() !==
"") {
169 $new_obj->
setTitle($ot2->getDefaultTitle());
171 if ($ot2->getDefaultDescription() !==
"") {
180 parent::cloneDependencies($a_target_id, $a_copy_id);
183 $ig_items->cloneItems($this->
getRefId(), $a_copy_id);
194 $ilLog = $DIC[
"ilLog"];
196 $ilLog->write(__METHOD__ .
': Fix item group references in ' . $a_source_container->
getType());
199 $mappings = $cwo->getMappings();
201 $new_container_ref_id = $mappings[$a_source_container->
getRefId()];
202 $ilLog->write(__METHOD__ .
': 2-' . $new_container_ref_id .
'-');
205 $ilLog->write(__METHOD__ .
': 3' . $new_container_obj_id .
'-');
207 $ilLog->write(__METHOD__ .
': 4');
209 $new_page->buildDom();
213 $ilLog->write(__METHOD__ .
': 5');
218 return (
bool) self::lookup($a_id,
"hide_title");
223 return (
int) self::lookup($a_id,
"behaviour");
226 protected static function lookup(
int $a_id,
string $a_key): string
230 $ilDB = $DIC->database();
233 "SELECT " . $a_key .
" FROM itgr_data " .
234 " WHERE id = " .
$ilDB->quote($a_id,
"integer")
236 $rec =
$ilDB->fetchAssoc($set);
setBehaviour(int $a_val)
Set behaviour (see ilItemGroupBehaviour)
getDefaultLanguage()
Return default language.
setListPresentation(string $a_val)
static lookupHideTitle(int $a_id)
static modifyItemGroupRefIdsByMapping(ilPageObject $a_page, array $mappings)
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setHideTitle(bool $a_val)
static _exists(string $a_parent_type, int $a_id, string $a_lang="", bool $a_no_cache=false)
Checks whether page exists.
ilObjectDefinition $obj_def
static getInstance(int $obj_id)
cloneDependencies(int $a_target_id, int $a_copy_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupBehaviour(int $a_id)
doCreate(bool $clone_mode=false)
static fixContainerItemGroupRefsAfterCloning(ilContainer $a_source_container, int $a_copy_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_id=0, bool $a_reference=true)
__construct(Container $dic, ilPlugin $plugin)
getLongDescription()
get object long description (stored in object_description)
doCloneObject(ilObject2 $new_obj, int $a_target_id, ?int $a_copy_id=null)
static _getInstance(int $a_copy_id)
ilItemGroupAR $item_data_ar
static lookup(int $a_id, string $a_key)
setDescription(string $description)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...