TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap Class Reference

Public Member Functions

 init ()
 
 checkExtObj ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! 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.

Author
Christian Kuhn lolli.nosp@m.@sch.nosp@m.warzb.nosp@m.u.ch

Definition at line 27 of file BackendLogModuleBootstrap.php.

Member Function Documentation

◆ checkExtObj()

TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap::checkExtObj ( )

Dummy method, called by SCbase external object handling

Returns
void

Definition at line 43 of file BackendLogModuleBootstrap.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

◆ init()

TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap::init ( )

Dummy method, called by SCbase external object handling

Returns
void

Definition at line 34 of file BackendLogModuleBootstrap.php.