TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Controller\DummyController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\DummyController:
SC_dummy

Public Member Functions

 main ()
 
 printContent ()
 

Public Attributes

 $content
 

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! Script Class, creating the content for the dummy script - which is just blank output.

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 22 of file DummyController.php.

Member Function Documentation

◆ main()

TYPO3\CMS\Backend\Controller\DummyController::main ( )

Create content for the dummy script - outputting a blank page.

Returns
void

Definition at line 34 of file DummyController.php.

References $GLOBALS.

◆ printContent()

TYPO3\CMS\Backend\Controller\DummyController::printContent ( )

Outputting the accumulated content to screen

Returns
void

Definition at line 46 of file DummyController.php.

References TYPO3\CMS\Backend\Controller\DummyController\$content.

Member Data Documentation

◆ $content

TYPO3\CMS\Backend\Controller\DummyController::$content
Todo:
Define visibility

Definition at line 27 of file DummyController.php.

Referenced by TYPO3\CMS\Backend\Controller\DummyController\printContent().