Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class ConfigStaticMethods extends ConfigConstants |
||
20 | { |
||
21 | /** |
||
22 | * Checks if the URL protocol is "http:". |
||
23 | * |
||
24 | * @param string $url |
||
25 | * @return bool |
||
26 | */ |
||
27 | public static function isUrlProtocolHttp(string $url): bool |
||
32 | } |
||
33 | |||
34 | public static function isAlphaNumeric(string $string): bool |
||
42 |