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

Public Member Functions

 fullIndexAction ()
 
 singleIndexAction ()
 

Protected Member Functions

 initializeView (BackendTemplateView $view)
 
 registerButtons ()
 
 prepareWorkspaceTabs (array $workspaceList, $activeWorkspace)
 
 getModuleUri ($workspaceId)
 
 getLanguageService ()
 
- Protected Member Functions inherited from AbstractController
 initializeAction ()
 
 assignExtensionSettings ()
 
 getLanguageSelection ()
 
 getAdditionalColumnService ()
 
 getAdditionalResourceService ()
 
 getBackendUser ()
 
 getPageRenderer ()
 
- 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)
 

Additional Inherited Members

- Static Public Member Functions inherited from ActionController
static getActionMethodParameters ($objectManager)
 
- Protected Attributes inherited from AbstractController
 $defaultViewObjectName = BackendTemplateView::class
 
 $view
 
 $extensionName = 'Workspaces'
 
 $pageRenderer
 
 $pageId
 

Detailed Description

Review controller.

Definition at line 26 of file ReviewController.php.

Member Function Documentation

fullIndexAction ( )

Renders the review module user dependent. The module will show all records of all workspaces.

Returns
void

Definition at line 129 of file ReviewController.php.

References $GLOBALS, GeneralUtility\_GP(), GeneralUtility\makeInstance(), ReviewController\prepareWorkspaceTabs(), and WorkspaceService\SELECT_ALL_WORKSPACES.

getLanguageService ( )
protected
Returns

Definition at line 314 of file ReviewController.php.

References $GLOBALS.

getModuleUri (   $workspaceId)
protected

Gets the module URI.

Parameters
int$workspaceId
Returns
string

Definition at line 296 of file ReviewController.php.

References WorkspaceService\SELECT_ALL_WORKSPACES.

Referenced by ReviewController\prepareWorkspaceTabs().

initializeView ( BackendTemplateView  $view)
protected

Set up the doc header properly here

Parameters
BackendTemplateView$view

Definition at line 33 of file ReviewController.php.

References ReviewController\registerButtons().

prepareWorkspaceTabs ( array  $workspaceList,
  $activeWorkspace 
)
protected

Prepares available workspace tabs.

Parameters
array$workspaceList
int$activeWorkspace
Returns
array

Definition at line 255 of file ReviewController.php.

References ReviewController\getModuleUri(), and WorkspaceService\SELECT_ALL_WORKSPACES.

Referenced by ReviewController\fullIndexAction().

registerButtons ( )
protected

Registers the DocHeader buttons

Definition at line 43 of file ReviewController.php.

References AbstractController\$extensionName, and ActionController\$request.

Referenced by ReviewController\initializeView().

singleIndexAction ( )

Renders the review module for a single page. This is used within the workspace-preview frame.

Returns
void

Definition at line 160 of file ReviewController.php.

References $GLOBALS, GeneralUtility\_GP(), GeneralUtility\getIndpEnv(), and GeneralUtility\makeInstance().