getAll($userUid, $start, $limit, $type, $filter, $search, $process, $status, $typeResource, $dateFrom, $dateTo); } else { // get a specific record. G::loadClass('wsBase'); $wsBase = new wsBase(); return $wsBase->getCaseInfo($id); } } }