![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (\TYPO3\CMS\Taskcenter\Controller\TaskModuleController $taskObject) | |
getTask () | |
getOverview () | |
main () | |
Protected Member Functions | |
getPresets () | |
getDefaultImportExportFolder () | |
getBackendUser () | |
Protected Attributes | |
$taskObject | |
This class provides a textarea to save personal notes
Definition at line 22 of file ImportExportTask.php.
__construct | ( | \TYPO3\CMS\Taskcenter\Controller\TaskModuleController | $taskObject | ) |
Constructor
Definition at line 34 of file ImportExportTask.php.
References $GLOBALS, and ImportExportTask\$taskObject.
|
protected |
Definition at line 202 of file ImportExportTask.php.
References $GLOBALS.
Referenced by ImportExportTask\getDefaultImportExportFolder().
|
protected |
Returns a object for saving export files to the server and is also used for uploading import files.
\InvalidArgumentException |
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
Implements TaskInterface.
Definition at line 56 of file ImportExportTask.php.
|
protected |
Select presets for this user
Definition at line 159 of file ImportExportTask.php.
References $GLOBALS.
Referenced by ImportExportTask\main().
getTask | ( | ) |
This method renders the report
Implements TaskInterface.
Definition at line 45 of file ImportExportTask.php.
References ImportExportTask\main().
main | ( | ) |
Main Task center module
Definition at line 66 of file ImportExportTask.php.
References $GLOBALS, $url, GeneralUtility\_GP(), ImportExportTask\getDefaultImportExportFolder(), ImportExportTask\getPresets(), and BackendUtility\getRecordPath().
Referenced by ImportExportTask\getTask().
|
protected |
Back-reference to the calling reports module
Definition at line 29 of file ImportExportTask.php.
Referenced by ImportExportTask\__construct().