APITimeClockUnAuthenticated - staffcheck/api GitHub Wiki
- Class name: APITimeClockUnAuthenticated
- Namespace:
protected mixed $station_obj = NULL
- Visibility: protected
protected mixed $company_obj = NULL
- Visibility: protected
protected mixed $mode_flag = NULL
- Visibility: protected
protected mixed $test_mode = FALSE
- Visibility: protected
protected mixed $user_id_to_timeclock_user_id_map = FALSE
- Visibility: protected
mixed APITimeClockUnAuthenticated::__construct()
APITimeClockUnAuthenticated constructor.
- Visibility: public
mixed APITimeClockUnAuthenticated::getModeFlagMap()
- Visibility: public
boolean APITimeClockUnAuthenticated::ping()
- Visibility: public
boolean APITimeClockUnAuthenticated::getFirmwareVersion()
- Visibility: public
string APITimeClockUnAuthenticated::getLatestFirmwareVersion()
- Visibility: public
boolean APITimeClockUnAuthenticated::isLatestFirmwareVersion($current_version)
- Visibility: public
- $current_version mixed
boolean|null APITimeClockUnAuthenticated::getCompanyObject()
- Visibility: public
boolean APITimeClockUnAuthenticated::checkStationType(integer $type_id)
- Visibility: public
- $type_id integer
boolean|null APITimeClockUnAuthenticated::getStationObject()
- Visibility: public
integer APITimeClockUnAuthenticated::getDate()
- Visibility: public
array APITimeClockUnAuthenticated::getTimeZone()
- Visibility: public
array APITimeClockUnAuthenticated::isLatestData(integer $last_check_epoch, integer $clock_epoch)
- Visibility: public
- $last_check_epoch integer - EPOCH
- $clock_epoch integer - EPOCH
boolean APITimeClockUnAuthenticated::getConfig(integer $last_check_epoch, array $current_config)
- Visibility: public
- $last_check_epoch integer
- $current_config array
string APITimeClockUnAuthenticated::getFirmwareFile()
- Visibility: public
array|boolean APITimeClockUnAuthenticated::getFirmware(null $current_version)
- Visibility: public
- $current_version null
boolean|integer APITimeClockUnAuthenticated::getUserIdForEmployeeNumber($employee_number)
- Visibility: public
- $employee_number mixed
array|boolean APITimeClockUnAuthenticated::getUsers(integer $last_update_epoch, array $clock_user_ids)
- Visibility: public
- $last_update_epoch integer
- $clock_user_ids array
array|boolean APITimeClockUnAuthenticated::getUserIdentification(integer $last_update_epoch, array $clock_user_ids)
- Visibility: public
- $last_update_epoch integer
- $clock_user_ids array
boolean APITimeClockUnAuthenticated::setUserIdentification($data)
- Visibility: public
- $data mixed
array APITimeClockUnAuthenticated::getMessage(string $user_id, integer $punch_status, integer $order)
- Visibility: public
- $user_id string - UUID
- $punch_status integer
- $order integer
array APITimeClockUnAuthenticated::getStatusAndType(integer $clock_status_id)
- Visibility: protected
- $clock_status_id integer
boolean APITimeClockUnAuthenticated::setAttendance($data)
- Visibility: public
- $data mixed
boolean|integer APITimeClockUnAuthenticated::getUserIdToTimeClockUserIdMapInitializationDate()
- Visibility: protected
boolean|integer APITimeClockUnAuthenticated::getNextTimeClockUserId()
- Visibility: protected
boolean APITimeClockUnAuthenticated::setTimeClockUserIdForUser(string $user_id)
- Visibility: protected
- $user_id string - UUID
boolean APITimeClockUnAuthenticated::getUserIdToTimeClockUserIdMap()
- Visibility: protected
boolean|integer APITimeClockUnAuthenticated::convertUserIdToTimeClockUserID(string $user_id)
- Visibility: protected
- $user_id string - UUID
array|boolean|integer APITimeClockUnAuthenticated::convertTimeClockUserIDToUserID(array $timeclock_user_ids)
- Visibility: protected
- $timeclock_user_ids array - UUID
boolean APITimeClockUnAuthenticated::processPunches($attendance_log)
- Visibility: protected
- $attendance_log mixed
boolean APITimeClockUnAuthenticated::setLog($data)
- Visibility: public
- $data mixed