Warning: session_start(): open(/var/lib/php/sessions/sess_kgl9po6uvime2o1v54el5ev7k0, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static L getList(Map map, O key) {
ret map == null ? null : (L) map.get(key);
}
static L getList(L l, int idx) {
ret (L) get(l, idx);
}
static L getList(O o, O key) {
if (o instanceof Map) ret getList((Map) o, key);
if (key instanceof S)
ret (L) getOpt(o, (S) key);
throw fail("Not a string key: " + getClassName(key));
}