40 $this->db_connections = $a_db_connections;
41 $this->path = ILIAS_ABSOLUTE_PATH.
"/".ILIAS_WEB_DIR;
51 $d = dir($this->path);
56 while ($entry =
$d->read())
58 if (!is_dir($this->path .
"/" . $entry)) {
62 if (is_file($this->path.
"/".$entry.
"/client.ini.php"))
67 $this->clients[$entry] =
$client;
82 return ($this->clients) ? $this->clients :
array();
for($col=0; $col< 50; $col++) $d
Create styles array
The data for the language used.
init()
load all clients into clientlist
getClients()
get all clients
__construct($a_db_connections)