3 require_once
'Services/Notifications/classes/class.ilNotificationSetupHelper.php';
27 $this->db->free($this->rset);
34 public function key() {
35 return (
int)$this->data[
'usr_id'];
44 $types = array(
'text');
45 $values = array($this->module);
46 $this->rset = $this->db->queryF(
$query, $types, $values);
50 $this->data = $this->db->fetchAssoc($this->rset);
51 return is_array($this->data);