TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Controller\File\RenameFileController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\File\RenameFileController:
SC_file_rename

Public Member Functions

 __construct ()
 
 main ()
 
 printContent ()
 

Public Attributes

 $doc
 
 $title
 
 $target
 
 $returnUrl
 
 $content
 

Protected Member Functions

 init ()
 

Protected Attributes

 $fileOrFolderObject
 

Detailed Description

Script Class for the rename-file form.

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 25 of file RenameFileController.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ init()

◆ main()

◆ printContent()

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

Outputting the accumulated content to screen

Returns
void

Definition at line 188 of file RenameFileController.php.

References TYPO3\CMS\Backend\Controller\File\RenameFileController\$content.

Member Data Documentation

◆ $content

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

◆ $doc

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

Definition at line 34 of file RenameFileController.php.

◆ $fileOrFolderObject

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

The file or folder object that should be renamed

Definition at line 54 of file RenameFileController.php.

◆ $returnUrl

TYPO3\CMS\Backend\Controller\File\RenameFileController::$returnUrl
Todo:
Define visibility

Definition at line 60 of file RenameFileController.php.

◆ $target

TYPO3\CMS\Backend\Controller\File\RenameFileController::$target
Todo:
Define visibility

Definition at line 47 of file RenameFileController.php.

◆ $title

TYPO3\CMS\Backend\Controller\File\RenameFileController::$title
Todo:
Define visibility

Definition at line 40 of file RenameFileController.php.

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