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

Public Member Functions

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

Public Attributes

 $P
 
 $content
 
 $formName
 
 $fieldName
 

Protected Member Functions

 setPagePath ($table, $uid)
 
 getLanguageService ()
 
 getDatabaseConnection ()
 
 getBackendUser ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for grid wizard

Definition at line 31 of file BackendLayoutWizardController.php.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 59 of file BackendLayoutWizardController.php.

Member Function Documentation

getBackendUser ( )
protected

Gets the current backend user.

Returns

Definition at line 357 of file BackendLayoutWizardController.php.

References $GLOBALS.

Referenced by BackendLayoutWizardController\setPagePath().

getDatabaseConnection ( )
protected

Returns the database connection

Returns

Definition at line 347 of file BackendLayoutWizardController.php.

References $GLOBALS.

getLanguageService ( )
protected

Returns LanguageService

Returns

Definition at line 337 of file BackendLayoutWizardController.php.

References $GLOBALS.

Referenced by BackendLayoutWizardController\main().

main ( )

Main Method, rendering either colorpicker or frameset depending on ->showPicker

Returns
void

Definition at line 265 of file BackendLayoutWizardController.php.

References $lang, ButtonBar\BUTTON_POSITION_LEFT, ExtensionManagementUtility\extRelPath(), BackendLayoutWizardController\getLanguageService(), and Icon\SIZE_SMALL.

Referenced by BackendLayoutWizardController\mainAction().

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$request
ResponseInterface$response
Returns
ResponseInterface

Definition at line 224 of file BackendLayoutWizardController.php.

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

setPagePath (   $table,
  $uid 
)
protected

Creates the correct path to the current record

Parameters
string$table
int$uid

Definition at line 243 of file BackendLayoutWizardController.php.

References BackendLayoutWizardController\getBackendUser(), BackendUtility\getRecord(), and BackendUtility\readPageAccess().

Referenced by BackendLayoutWizardController\mainAction().

Member Data Documentation

$content

Definition at line 44 of file BackendLayoutWizardController.php.

$fieldName

Definition at line 54 of file BackendLayoutWizardController.php.

$formName

Definition at line 49 of file BackendLayoutWizardController.php.

$P

Definition at line 38 of file BackendLayoutWizardController.php.