DataUpdaterGateway

DataUpdaterGateway

Data Updater Gateway

Methods

Inherited from Gateway

selectUpdatableUsersByPerson

Gets a list of users this person can update data for, checking by family. Always returns the user themself even if not in a family.

DataUpdaterGateway::selectUpdatableUsersByPerson( string $gibbonPersonID ): \PDOStatement

Return Value: \PDOStatement


selectDataUpdatesByPerson

Gets a list of data updates and the last updated timestamp for a given user.

DataUpdaterGateway::selectDataUpdatesByPerson( string $gibbonPersonID, $gibbonPersonIDSource = '' ): \PDOStatement

Return Value: \PDOStatement


countAllRequiredUpdatesByPerson

DataUpdaterGateway::countAllRequiredUpdatesByPerson( $gibbonPersonID )