3require_once 
'Services/Notifications/classes/class.ilNotificationSetupHelper.php';
 
   29        $this->db->free($this->rset);
 
   39        return (
int) $this->
data[
'usr_id'];
 
   50        $types = array(
'text');
 
   51        $values = array($this->module);
 
   52        $this->rset = $this->db->queryF(
$query, $types, $values);
 
   57        $this->
data = $this->db->fetchAssoc($this->rset);
 
   58        return is_array($this->
data);
 
An exception for terminatinating execution or to throw for unit testing.
wrapper for iterating a list of user settings by providing the user ids
__construct($module, array $userids=array())