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

Public Member Functions

 __construct (\TYPO3\CMS\Taskcenter\Controller\TaskModuleController $taskObject)
 
 getTask ()
 
 getOverview ()
 
 main ()
 

Protected Member Functions

 getPresets ()
 
 getDefaultImportExportFolder ()
 
 getBackendUser ()
 

Protected Attributes

 $taskObject
 

Detailed Description

This class provides a textarea to save personal notes

Definition at line 22 of file ImportExportTask.php.

Constructor & Destructor Documentation

Constructor

Definition at line 34 of file ImportExportTask.php.

References $GLOBALS, and ImportExportTask\$taskObject.

Member Function Documentation

getBackendUser ( )
protected
Returns

Definition at line 202 of file ImportExportTask.php.

References $GLOBALS.

Referenced by ImportExportTask\getDefaultImportExportFolder().

getDefaultImportExportFolder ( )
protected

Returns a object for saving export files to the server and is also used for uploading import files.

Exceptions
\InvalidArgumentException
Returns
NULL|

Definition at line 178 of file ImportExportTask.php.

References ImportExportTask\getBackendUser().

Referenced by ImportExportTask\main().

getOverview ( )

Render an optional additional information for the 1st view in taskcenter. Empty for this task

Returns
string Overview as HTML

Implements TaskInterface.

Definition at line 56 of file ImportExportTask.php.

getPresets ( )
protected

Select presets for this user

Returns
array Array of preset records

Definition at line 159 of file ImportExportTask.php.

References $GLOBALS.

Referenced by ImportExportTask\main().

getTask ( )

This method renders the report

Returns
string The status report as HTML

Implements TaskInterface.

Definition at line 45 of file ImportExportTask.php.

References ImportExportTask\main().

main ( )

Member Data Documentation

TYPO3 CMS Taskcenter Controller TaskModuleController $taskObject
protected

Back-reference to the calling reports module

Definition at line 29 of file ImportExportTask.php.

Referenced by ImportExportTask\__construct().