![]() |
TYPO3
7.6
|
Protected Member Functions | |
generateMenu () | |
generateButtons () | |
saveState ($extension= '', $report= '') | |
getBackendUser () | |
getLanguageService () | |
![]() | |
initializeActionMethodArguments () | |
resolveActionMethodName () | |
emitBeforeCallActionMethodSignal (array $preparedArguments) | |
setViewConfiguration (ViewInterface $view) | |
getViewProperty ($extbaseFrameworkConfiguration, $setting) | |
resolveViewObjectName () | |
initializeView (ViewInterface $view) | |
initializeAction () | |
errorAction () | |
clearCacheOnError () | |
addErrorFlashMessage () | |
getErrorFlashMessage () | |
forwardToReferringRequest () | |
getFlattenedValidationErrorMessage () | |
![]() | |
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 | |
![]() | |
$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 | |
![]() | |
$signalSlotDispatcher | |
$objectManager | |
$uriBuilder | |
$extensionName | |
$settings | |
$request | |
$response | |
$validatorResolver | |
$arguments | |
$supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class) | |
$controllerContext | |
$configurationManager | |
Additional Inherited Members | |
![]() | |
static | getActionMethodParameters ($objectManager) |
Reports controller
Definition at line 27 of file ReportController.php.
detailAction | ( | $extension, | |
$report | |||
) |
Display a single report
string | $extension | Extension |
string | $report | Report |
Definition at line 108 of file ReportController.php.
References $GLOBALS, GeneralUtility\makeInstance(), AbstractController\redirect(), and ReportController\saveState().
|
protected |
Gets all buttons for the docheader
Definition at line 180 of file ReportController.php.
|
protected |
Generates the menu
Definition at line 144 of file ReportController.php.
References $GLOBALS, $lang, and ReportController\getLanguageService().
|
protected |
Definition at line 218 of file ReportController.php.
References $GLOBALS.
|
protected |
Definition at line 226 of file ReportController.php.
References $GLOBALS.
Referenced by ReportController\generateMenu().
indexAction | ( | ) |
Overview
Definition at line 92 of file ReportController.php.
References $GLOBALS, and ReportController\saveState().
initializeAction | ( | ) |
Redirect to the saved report
Definition at line 54 of file ReportController.php.
References $GLOBALS, GeneralUtility\_GET(), and AbstractController\redirect().
|
protected |
Save the selected report
string | $extension | Extension name |
string | $report | Report name |
Definition at line 206 of file ReportController.php.
References $GLOBALS.
Referenced by ReportController\detailAction(), and ReportController\indexAction().
|
protected |
Definition at line 40 of file ReportController.php.
|
protected |
Definition at line 47 of file ReportController.php.
|
protected |
Definition at line 33 of file ReportController.php.