3 declare(strict_types=1);
41 public function __construct(
string $module, array $userids = [])
52 $this->db->free($this->rset);
62 return (
int) $this->data[
'usr_id'];
65 public function next(): void
72 $types = array(
'text');
73 $values = array($this->module);
74 $this->rset = $this->db->queryF(
$query, $types, $values);
79 $this->data = $this->db->fetchAssoc($this->rset);
80 return is_array($this->data);
__construct(string $module, array $userids=[])
static string $tbl_userconfig
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...