TYPO3  7.6
Public Member Functions | List of all members
BackendLogModuleBootstrap Class Reference

Public Member Functions

 init ()
 
 checkExtObj ()
 

Detailed Description

This class is a wrapper for WebInfo controller of belog. It is registered in ext_tables.php with ::insertModuleFunction() and called by the info extension via SCbase functionality.

Extbase currently provides no way to register a "TBE_MODULES_EXT" module directly, therefore we need to bootstrap extbase on our own here to jump to the WebInfo controller.

Definition at line 25 of file BackendLogModuleBootstrap.php.

Member Function Documentation

checkExtObj ( )

Dummy method, called by SCbase external object handling

Returns
void

Definition at line 41 of file BackendLogModuleBootstrap.php.

init ( )

Dummy method, called by SCbase external object handling

Returns
void

Definition at line 32 of file BackendLogModuleBootstrap.php.