19 declare(strict_types=1);
32 $this->db = $DIC->database();
40 $query =
"SELECT organization FROM " . $this->db->quoteIdentifier(
43 " WHERE obj_id = " . $this->db->quote($a_obj_id,
'integer') .
" ";
44 $res = $this->db->query($query);
46 return $row->organization;
53 $this->
ctrl->setReturnByClass(
65 if ($shy_modal ===
'') {
66 parent::insertTitle();
70 $this->tpl->setCurrentBlock(
"item_title");
71 $this->tpl->setVariable(
"TXT_TITLE", $consent_gui->getTitleLink());
72 $this->tpl->parseCurrentBlock();
88 if ($consent_gui->hasConsented()) {
89 return parent::getAsCard($ref_id, $obj_id, $type, $title, $description);
92 $this->
ctrl->setReturnByClass(
96 $card = parent::getAsCard($ref_id, $obj_id, $type, $title, $description);
98 return $consent_gui->addConsentModalToCard($card);
107 $this->
user->getId(),
111 $command = parent::createDefaultCommand($command);
112 if ($consent_gui->hasConsented()) {
115 $command[
'link'] =
'';
116 $command[
'frame'] =
'';
122 $classname = $this->obj_definition->getClassName($this->type);
123 return 'ilObj' . $classname .
'GUI';
_lookupOrganization(string $table, int $a_obj_id)
lookup organization
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getAsCard(int $ref_id, int $obj_id, string $type, string $title, string $description)
createDefaultCommand(array $command)
__construct(Container $dic, ilPlugin $plugin)