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

 $folderNumber = 10
 
 $title
 
 $number
 
 $target
 
 $returnUrl
 
 $content
 

Protected Member Functions

 init ()
 
 getLanguageService ()
 

Protected Attributes

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

Detailed Description

Script Class for the create-new script; Displays a form for creating up to 10 folders or one new text file

Definition at line 31 of file CreateFolderController.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getLanguageService()

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

◆ init()

◆ main()

◆ mainAction()

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

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

Member Data Documentation

◆ $content

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

Definition at line 81 of file CreateFolderController.php.

◆ $folderNumber

TYPO3\CMS\Backend\Controller\File\CreateFolderController::$folderNumber = 10

◆ $folderObject

TYPO3 CMS Core Resource Folder TYPO3\CMS\Backend\Controller\File\CreateFolderController::$folderObject
protected

The folder object which is the target directory

Definition at line 62 of file CreateFolderController.php.

◆ $number

TYPO3\CMS\Backend\Controller\File\CreateFolderController::$number

◆ $pathInfo

TYPO3\CMS\Backend\Controller\File\CreateFolderController::$pathInfo
protected

◆ $returnUrl

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

Definition at line 69 of file CreateFolderController.php.

◆ $target

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

Definition at line 55 of file CreateFolderController.php.

◆ $title

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