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