Exemplo n.º 1
0
 function &instance($schedule_id)
 {
     static $lookup = false;
     if (!$lookup) {
         $lookup = new ScheduleLookup_ItemSet();
     }
     return $lookup->filter($schedule_id);
 }