1 | <?php |
||
8 | 1 | class Validator |
|
9 | { |
||
10 | |||
11 | public static function isAmount($s) : bool |
||
15 | |||
16 | public static function isVariableSymbol($s) : bool |
||
20 | |||
21 | public static function isCurrency($s) : bool |
||
25 | |||
26 | public static function isLang($s) : bool |
||
33 | |||
34 | public static function isMid($s) : bool |
||
38 | |||
39 | public static function isKey($s) : bool |
||
44 | |||
45 | public static function isRurl($s) : bool |
||
49 | |||
50 | public static function isTimestamp($s) : bool |
||
59 | |||
60 | } |
||
61 |