TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
MoveElementController Class Reference
Inheritance diagram for MoveElementController:
AbstractModule

Public Member Functions

 __construct ()
 
 init ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 main ()
 
 printContent ()
 
- Public Member Functions inherited from AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $sys_language = 0
 
 $page_id
 
 $table
 
 $R_URI
 
 $input_moveUid
 
 $moveUid
 
 $makeCopy
 
 $perms_clause
 
 $content
 

Protected Member Functions

 getButtons ()
 
 getLanguageService ()
 
 getBackendUser ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for rendering the move-element wizard display

Definition at line 29 of file MoveElementController.php.

Constructor & Destructor Documentation

__construct ( )

Member Function Documentation

getBackendUser ( )
protected

Returns the current BE user.

Returns

Definition at line 298 of file MoveElementController.php.

References $GLOBALS.

Referenced by MoveElementController\init(), and MoveElementController\main().

getButtons ( )
protected

Create the panel of buttons for submitting the form or otherwise perform operations.

Definition at line 254 of file MoveElementController.php.

References elseif, MoveElementController\getLanguageService(), and Icon\SIZE_SMALL.

Referenced by MoveElementController\main().

getLanguageService ( )
protected
init ( )
main ( )
mainAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now

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

Definition at line 119 of file MoveElementController.php.

References $response, MessageInterface\getBody(), and MoveElementController\main().

printContent ( )

Print out the accumulated content:

Returns
void
Deprecated:
since TYPO3 CMS 7, will be removed in TYPO3 CMS 8, use mainAction() instead

Definition at line 245 of file MoveElementController.php.

References MoveElementController\$content, and GeneralUtility\logDeprecatedFunction().

Member Data Documentation

$content

Definition at line 78 of file MoveElementController.php.

Referenced by MoveElementController\printContent().

$input_moveUid

Definition at line 54 of file MoveElementController.php.

$makeCopy

Definition at line 64 of file MoveElementController.php.

$moveUid

Definition at line 59 of file MoveElementController.php.

$page_id

Definition at line 39 of file MoveElementController.php.

Referenced by MoveElementController\init().

$perms_clause

Definition at line 71 of file MoveElementController.php.

$R_URI

Definition at line 49 of file MoveElementController.php.

$sys_language = 0

Definition at line 34 of file MoveElementController.php.

Referenced by MoveElementController\main().

$table

Definition at line 44 of file MoveElementController.php.