TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ReportController Class Reference
Inheritance diagram for ReportController:
ActionController AbstractController ControllerInterface

Public Member Functions

 initializeAction ()
 
 indexAction ()
 
 detailAction ($extension, $report)
 
- Public Member Functions inherited from ActionController
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 injectCacheService (\TYPO3\CMS\Extbase\Service\CacheService $cacheService)
 
 injectMvcPropertyMappingConfigurationService (\TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
- Public Member Functions inherited from AbstractController
 injectSignalSlotDispatcher (\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (\TYPO3\CMS\Extbase\Validation\ValidatorResolver $validatorResolver)
 
 getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 addFlashMessage ($messageBody, $messageTitle= '', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=true)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Member Functions

 generateMenu ()
 
 generateButtons ()
 
 saveState ($extension= '', $report= '')
 
 getBackendUser ()
 
 getLanguageService ()
 
- Protected Member Functions inherited from ActionController
 initializeActionMethodArguments ()
 
 resolveActionMethodName ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
 getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
 getFlattenedValidationErrorMessage ()
 
- Protected Member Functions inherited from AbstractController
 redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303)
 
 redirectToUri ($uri, $delay=0, $statusCode=303)
 
 addBaseUriIfNecessary ($uri)
 

Protected Attributes

 $view
 
 $defaultViewObjectName = BackendTemplateView::class
 
 $shortcutName
 
- Protected Attributes inherited from ActionController
 $reflectionService
 
 $cacheService
 
 $view = null
 
 $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
 $viewFormatToObjectNameMap = array()
 
 $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
 $actionMethodName = 'indexAction'
 
 $errorMethodName = 'errorAction'
 
 $mvcPropertyMappingConfigurationService
 
 $request
 
 $response
 
- Protected Attributes inherited from AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $validatorResolver
 
 $arguments
 
 $supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class)
 
 $controllerContext
 
 $configurationManager
 

Additional Inherited Members

- Static Public Member Functions inherited from ActionController
static getActionMethodParameters ($objectManager)
 

Detailed Description

Reports controller

Definition at line 27 of file ReportController.php.

Member Function Documentation

detailAction (   $extension,
  $report 
)

Display a single report

Parameters
string$extensionExtension
string$reportReport
Returns
void

Definition at line 108 of file ReportController.php.

References $GLOBALS, GeneralUtility\makeInstance(), AbstractController\redirect(), and ReportController\saveState().

generateButtons ( )
protected

Gets all buttons for the docheader

Definition at line 180 of file ReportController.php.

generateMenu ( )
protected

Generates the menu

Definition at line 144 of file ReportController.php.

References $GLOBALS, $lang, and ReportController\getLanguageService().

getBackendUser ( )
protected
Returns
BackendUserAuthentication

Definition at line 218 of file ReportController.php.

References $GLOBALS.

getLanguageService ( )
protected
Returns
LanguageService

Definition at line 226 of file ReportController.php.

References $GLOBALS.

Referenced by ReportController\generateMenu().

indexAction ( )

Overview

Returns
void

Definition at line 92 of file ReportController.php.

References $GLOBALS, and ReportController\saveState().

initializeAction ( )

Redirect to the saved report

Returns
void

Definition at line 54 of file ReportController.php.

References $GLOBALS, GeneralUtility\_GET(), and AbstractController\redirect().

saveState (   $extension = '',
  $report = '' 
)
protected

Save the selected report

Parameters
string$extensionExtension name
string$reportReport name
Returns
void

Definition at line 206 of file ReportController.php.

References $GLOBALS.

Referenced by ReportController\detailAction(), and ReportController\indexAction().

Member Data Documentation

$defaultViewObjectName = BackendTemplateView::class
protected

Definition at line 40 of file ReportController.php.

$shortcutName
protected

Definition at line 47 of file ReportController.php.

$view
protected

Definition at line 33 of file ReportController.php.