Table of Contents
Properties
-
$db
: mixed
Methods
-
__construct()
: mixed
-
getSettings()
: mixed
-
saveSettings()
: mixed
-
settingsExist()
: mixed
__construct()
public
__construct(DatabaseInterface $db) : mixed
Parameters
-
$db
: DatabaseInterface
-
getSettings()
public
getSettings(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
saveSettings()
public
saveSettings(mixed $userId, mixed $notificationPeriod) : mixed
Parameters
-
$userId
: mixed
-
-
$notificationPeriod
: mixed
-
settingsExist()
private
settingsExist(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-