DbUserAgreementRepository
class DbUserAgreementRepository (View source)
Methods
bool
hasUserAcceptedAgreement(int $userId, string $version)
No description
bool
recordAcceptance(int $userId, string $version, string $ipAddress, string $userAgent)
No description
array
getUserAgreements(int $userId)
No description
array
getAllAgreements()
No description
Details
__construct(PDO $db, ConfigurationManager $config)
No description
bool
hasUserAcceptedAgreement(int $userId, string $version)
No description
bool
recordAcceptance(int $userId, string $version, string $ipAddress, string $userAgent)
No description
array
getUserAgreements(int $userId)
No description
array
getAllAgreements()
No description