40 $this->db_connections = $a_db_connections;
51 $d = dir($this->path);
56 while ($entry =
$d->read())
58 if (is_file($this->path.
"/".$entry.
"/client.ini.php"))
63 $this->clients[$entry] =
$client;
78 return ($this->clients) ? $this->clients : array();
const ILIAS_ABSOLUTE_PATH
init()
load all clients into clientlist
getClients()
get all clients
ilClientList($a_db_connections)