| 1 | <?php |
||
| 19 | class GlobalUtility |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the TSFE |
||
| 24 | * |
||
| 25 | * @return TypoScriptFrontendController |
||
| 26 | */ |
||
| 27 | public static function getTypoScriptFrontendController() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get the database connection |
||
| 34 | * |
||
| 35 | * @return DatabaseConnection |
||
| 36 | */ |
||
| 37 | public static function getDatabaseConnection() |
||
| 41 | } |
||
| 42 |