/dports/www/ilias/ILIAS-5.4.25/Services/Block/classes/ |
H A D | class.ilCustomBlock.php | 138 public function getContextSubObjType() function in ilCustomBlock 205 . "," . $ilDB->quote($this->getContextSubObjType(), "text") 244 ", context_sub_obj_type = " . $ilDB->quote($this->getContextSubObjType(), "text") . 280 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true); 307 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true); 358 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true) .
|
/dports/www/ilias6/ILIAS-6.14/Services/Block/classes/ |
H A D | class.ilCustomBlock.php | 138 public function getContextSubObjType() function in ilCustomBlock 205 . "," . $ilDB->quote($this->getContextSubObjType(), "text") 244 ", context_sub_obj_type = " . $ilDB->quote($this->getContextSubObjType(), "text") . 280 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true); 307 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true); 358 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true) .
|
/dports/www/ilias/ILIAS-5.4.25/Services/News/classes/ |
H A D | class.ilNewsItemGUI.php | 85 $this->setContextSubObjType($ilCtrl->getContextSubObjType()); 230 public function getContextSubObjType() function in ilNewsItemGUI 444 $this->news_item->setContextSubObjType($this->getContextSubObjType()); 669 $news_item->setContextSubObjType($this->getContextSubObjType()); 693 $news_item->setContextSubObjType($this->getContextSubObjType());
|
H A D | class.ilNewsTimelineItemGUI.php | 348 $i->getContextSubObjType(), 354 $notes_obj_type = ($i->getContextSubObjType() == "") 356 : $i->getContextSubObjType();
|
H A D | class.ilNewsTimelineGUI.php | 140 $i->getContextSubObjType(), 149 $notes_obj_type = ($i->getContextSubObjType() == "") 151 : $i->getContextSubObjType();
|
H A D | class.ilNewsItem.php | 256 public function getContextSubObjType() function in ilNewsItem 636 "context_sub_obj_type" => array("text", $this->getContextSubObjType()), 667 …" AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true) . " "; 680 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true) . 710 "context_sub_obj_type" => array("text", $this->getContextSubObjType()), 1304 … " AND context_sub_obj_type = " . $ilDB->quote($this->getContextSubObjType(), "text");
|
H A D | class.ilNewsForContextBlockGUI.php | 627 "context_sub_obj_type" => $news->getContextSubObjType(),
|
/dports/www/ilias6/ILIAS-6.14/Services/News/classes/ |
H A D | class.ilNewsItemGUI.php | 86 $this->setContextSubObjType($ilCtrl->getContextSubObjType()); 231 public function getContextSubObjType() function in ilNewsItemGUI 445 $this->news_item->setContextSubObjType($this->getContextSubObjType()); 670 $news_item->setContextSubObjType($this->getContextSubObjType()); 694 $news_item->setContextSubObjType($this->getContextSubObjType());
|
H A D | class.ilNewsTimelineItemGUI.php | 348 $i->getContextSubObjType(), 354 $notes_obj_type = ($i->getContextSubObjType() == "") 356 : $i->getContextSubObjType();
|
H A D | class.ilNewsTimelineGUI.php | 140 $i->getContextSubObjType(), 149 $notes_obj_type = ($i->getContextSubObjType() == "") 151 : $i->getContextSubObjType();
|
H A D | class.ilNewsItem.php | 256 public function getContextSubObjType() function in ilNewsItem 636 "context_sub_obj_type" => array("text", $this->getContextSubObjType()), 667 …" AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true) . " "; 680 … " AND " . $ilDB->equals("context_sub_obj_type", $this->getContextSubObjType(), "text", true) . 710 "context_sub_obj_type" => array("text", $this->getContextSubObjType()), 1324 … " AND context_sub_obj_type = " . $ilDB->quote($this->getContextSubObjType(), "text");
|
H A D | class.ilNewsForContextBlockGUI.php | 612 "context_sub_obj_type" => $news->getContextSubObjType(),
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Blog/classes/ |
H A D | class.ilBlogNewsRendererGUI.php | 25 if ($n->getContextSubObjType() == "blp"
|
/dports/www/ilias6/ILIAS-6.14/Modules/Blog/classes/ |
H A D | class.ilBlogNewsRendererGUI.php | 20 if ($n->getContextSubObjType() == "blp"
|
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/ |
H A D | class.ilLearningModuleNewsRendererGUI.php | 24 if ($n->getContextSubObjType() == "pg"
|
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/ |
H A D | class.ilLearningModuleNewsRendererGUI.php | 22 if ($n->getContextSubObjType() == "pg"
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Wiki/classes/ |
H A D | class.ilWikiNewsRendererGUI.php | 24 if ($n->getContextSubObjType() == "wpg"
|
/dports/www/ilias6/ILIAS-6.14/Modules/Wiki/classes/ |
H A D | class.ilWikiNewsRendererGUI.php | 24 if ($n->getContextSubObjType() == "wpg"
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/ |
H A D | class.ilForumNewsRendererGUI.php | 22 if ($n->getContextSubObjType() == "pos"
|
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/ |
H A D | class.ilForumNewsRendererGUI.php | 22 if ($n->getContextSubObjType() == "pos"
|
/dports/www/ilias/ILIAS-5.4.25/Services/UICore/classes/ |
H A D | class.ilCtrl.php | 318 public function getContextSubObjType() function in ilCtrl
|
/dports/www/ilias6/ILIAS-6.14/Services/UICore/classes/ |
H A D | class.ilCtrl.php | 311 public function getContextSubObjType() function in ilCtrl
|