Warning: session_start(): open(/var/lib/php/sessions/sess_anjm36hikufdcms69cts1eitut, 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 ConceptRefToVar conceptRefToVar(Concept.Ref ref) {
ret new ConceptRefToVar(ref);
}
sclass ConceptRefToVar is IVarWithNotify {
event fireChange;
*(Concept.Ref *ref) {
ref.concept().onChange(l0 fireChange);
}
public void set(A a) { ref.set(a); }
public A get() { ret ref!; }
}