19declare(strict_types=1);
30 $this->dcl_obj_id = $dclTable->getCollectionObject()->getId();
39 $usr_id = $this->
user->getId();
41 $query =
" SELECT status_changed, status
43 WHERE usr_id = " . $usr_id .
" AND obj_id = " . $obj_id;
45 return $this->db->fetchObject($this->db->query($query));
ilDclBaseFieldModel $field
ilDclBaseRecordModel $record
static getTableCache(?int $table_id=null)
__construct(ilDclBaseRecordModel $record, ilDclBaseFieldModel $field)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
static _lookupObjectId(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc