/** * Gets the next available claim id from SQL Server * * @return int Next id */ public function getNextNumber() { $claim = new Datasource_Insurance_KeyHouse_Claim(); return $claim->getNextNumber(); }