TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\File\ReplaceFileController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\File\ReplaceFileController:
TYPO3\CMS\Backend\Module\AbstractModule

Public Member Functions

 __construct ()
 
 main ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $doc
 
 $title
 
 $uid
 
 $returnUrl
 
 $content
 

Protected Member Functions

 init ()
 
 getLanguageService ()
 

Protected Attributes

 $fileOrFolderObject
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Module\AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for the rename-file form

Definition at line 32 of file ReplaceFileController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::__construct ( )

Member Function Documentation

◆ getLanguageService()

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::getLanguageService ( )
protected

◆ init()

◆ main()

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::main ( )

◆ mainAction()

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::mainAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

Processes the request, currently everything is handled and put together via "main()"

Parameters
ServerRequestInterface$requestthe current request
ResponseInterface$response
Returns
ResponseInterface the response with the content

Definition at line 229 of file ReplaceFileController.php.

References TYPO3\CMS\Backend\Controller\File\ReplaceFileController\main().

Member Data Documentation

◆ $content

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::$content

Definition at line 74 of file ReplaceFileController.php.

◆ $doc

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::$doc

Definition at line 39 of file ReplaceFileController.php.

◆ $fileOrFolderObject

TYPO3 CMS Core Resource ResourceInterface TYPO3\CMS\Backend\Controller\File\ReplaceFileController::$fileOrFolderObject
protected

The file or folder object that should be renamed

Definition at line 60 of file ReplaceFileController.php.

◆ $returnUrl

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::$returnUrl

Definition at line 67 of file ReplaceFileController.php.

◆ $title

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::$title

◆ $uid

TYPO3\CMS\Backend\Controller\File\ReplaceFileController::$uid

Definition at line 53 of file ReplaceFileController.php.