userId = $userId; $this->appId = $appId; $this->configKey = $configKey; } /** * @since 25.0.0 */ public function getUserId(): string { return $this->userId; } /** * @since 25.0.0 */ public function getAppId(): string { return $this->appId; } /** * @since 25.0.0 */ public function getConfigKey(): string { return $this->configKey; } /** * @since 25.0.0 */ public function isValid(): bool { return $this->valid; } /** * @since 25.0.0 */ public function setValid(bool $valid): void { $this->valid = $valid; } } Rapid spam filtering system: https://github.com/rspamd/rspamdwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.tidyallrc
blob: b9095593887d208a240e26220ef9d65f59719cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25