.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _developers_methods: Available Methods ================= If you like to get a general idea of the available methods, please take a look at the compatibility classes. Directory --------- * Classes/Compatibility .. code:: php . ├── Backend │   ├── Template │   │   └── ModuleTemplate.php │   └── Utility │   └── BackendUtility.php ├── Core │   ├── Database │   │   ├── DatabaseConnection.php │   │   └── tmp.sql │   ├── Service │   │   └── MarkerBasedTemplateService.php │   └── Utility │   ├── ExtensionManagementUtility.php │   └── GeneralUtility.php ├── Frontend │   └── ContentObject │   └── ContentObjectRenderer.php └── Refresh.php Directory online ---------------- * https://gitlab.die-netzmacher.de/typo3/refresh/tree/master/Classes/Compatibility **Table of Contents** .. toctree:: :maxdepth: 3 :titlesonly: 10_Backend/Index 20_Core/Index 30_Frontend/Index 40_Refresh/Index