Warning: session_start(): open(/var/lib/php/sessions/sess_o14n8ph31tp1aokr7fiq9db96h, 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
sO eleu_callModuleHTMLMethod(O module, O req) {
dm_call(module, 'setEleu, mc());
Method htmlMethod = first(singleArgumentMethods(findMethodsNamed_nonSynthetic(dm_mod(module), "html")));
if (htmlMethod == null) fail("HTML method not found in module " + module);
Class reqType = firstMethodArgumentType(htmlMethod);
O wrappedReq = req;
if (isInterface(reqType))
wrappedReq = proxy(reqType, req);
ret dm_call(module, 'html, wrappedReq);
}