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
.
├── 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