Warning: session_start(): open(/var/lib/php/sessions/sess_mosokj8ick69jg5q8mfqpfmcmi, 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
// name currently not used, we only call a method called "_wrap" in
// the main class with the to-wrapped object as first argument and
// a list of other parameters as second argument.
static A wrapStuff(S name, A object, O... args) {
//ret or(object, (A) callOpt(mc(), "wrap" + name,
// toObjectArray(concatLists(litlist((O) object), toList(args)))));
ret or((A) callOpt(mc(), "_wrap", object, asList(args)), object);
}