19 declare(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));
static getTableCache(int $table_id=null)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
static _lookupObjectId(int $ref_id)
ilDclBaseFieldModel $field
ilDclBaseRecordModel $record
__construct(ilDclBaseRecordModel $record, ilDclBaseFieldModel $field)