1 | <?php |
||
11 | class SiteRepository |
||
12 | { |
||
13 | public static function getAllForUptimeCheck(): SiteCollection |
||
24 | |||
25 | public static function getAllForSslCheck(): Collection |
||
32 | |||
33 | public static function healthySites(): Collection |
||
42 | |||
43 | public static function downSites() |
||
52 | |||
53 | public static function withSslProblems() |
||
62 | |||
63 | public static function unhealthySites(): Collection |
||
72 | } |