TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Taskcenter\TaskStatus Class Reference
Inheritance diagram for TYPO3\CMS\Taskcenter\TaskStatus:
tx_taskcenter_status

Public Member Functions

 saveCollapseState (array $params, \TYPO3\CMS\Core\Http\AjaxRequestHandler $ajaxObj)
 
 saveSortingState (array $params, \TYPO3\CMS\Core\Http\AjaxRequestHandler $ajaxObj)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Status of tasks

Author
Georg Ringer typo3.nosp@m.@rin.nosp@m.gerge.nosp@m..org

Definition at line 22 of file TaskStatus.php.

Member Function Documentation

◆ saveCollapseState()

TYPO3\CMS\Taskcenter\TaskStatus::saveCollapseState ( array  $params,
\TYPO3\CMS\Core\Http\AjaxRequestHandler  $ajaxObj 
)

Saves the section toggle state of tasks in the backend user's uc

Parameters
array$paramsArray of parameters from the AJAX interface, currently unused
\TYPO3\CMS\Core\Http\AjaxRequestHandler$ajaxObjObject of type AjaxRequestHandler
Returns
void

Definition at line 31 of file TaskStatus.php.

References $GLOBALS.

◆ saveSortingState()

TYPO3\CMS\Taskcenter\TaskStatus::saveSortingState ( array  $params,
\TYPO3\CMS\Core\Http\AjaxRequestHandler  $ajaxObj 
)

Saves the sorting order of tasks in the backend user's uc

Parameters
array$paramsArray of parameters from the AJAX interface, currently unused
\TYPO3\CMS\Core\Http\AjaxRequestHandler$ajaxObjObject of type AjaxRequestHandler
Returns
void

Definition at line 46 of file TaskStatus.php.

References $GLOBALS.