TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\File\RenameFileController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\File\RenameFileController:
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

 $title
 
 $target
 
 $returnUrl
 
 $content
 

Protected Member Functions

 init ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 

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 27 of file RenameFileController.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getDocumentTemplate()

TYPO3\CMS\Backend\Controller\File\RenameFileController::getDocumentTemplate ( )
protected

Returns an instance of DocumentTemplate

Returns

Definition at line 218 of file RenameFileController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\File\RenameFileController\main().

◆ getLanguageService()

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

◆ init()

◆ main()

◆ mainAction()

TYPO3\CMS\Backend\Controller\File\RenameFileController::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 196 of file RenameFileController.php.

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

Member Data Documentation

◆ $content

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

Definition at line 64 of file RenameFileController.php.

◆ $fileOrFolderObject

TYPO3 CMS Core Resource File TYPO3 CMS Core Resource Folder TYPO3\CMS\Backend\Controller\File\RenameFileController::$fileOrFolderObject
protected

The file or folder object that should be renamed

Definition at line 49 of file RenameFileController.php.

◆ $returnUrl

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

Definition at line 56 of file RenameFileController.php.

◆ $target

TYPO3\CMS\Backend\Controller\File\RenameFileController::$target

Definition at line 42 of file RenameFileController.php.

◆ $title

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