1 | <?php |
||
13 | class MiscUtility |
||
14 | { |
||
15 | /** |
||
16 | * Returns, if the current TYPO3 version it 9.5 LTS |
||
17 | * |
||
18 | * @return bool |
||
19 | */ |
||
20 | public static function isV9Lts(): bool |
||
24 | |||
25 | /** |
||
26 | * Returns, if the current TYPO3 version it 8.7 LTS |
||
27 | * |
||
28 | * @return bool |
||
29 | */ |
||
30 | public static function isV8Lts(): bool |
||
34 | } |
||
35 |