33 $item = substr(htmlspecialchars(\
TYPO3\CMS\Core\Utility\GeneralUtility::_POST(
'item')), 3);
34 $state = (bool) \
TYPO3\CMS\Core\Utility\GeneralUtility::_POST(
'state');
35 $GLOBALS[
'BE_USER']->uc[
'taskcenter'][
'states'][$item] = $state;
48 $items = explode(
'&', \
TYPO3\CMS\Core\Utility\GeneralUtility::_POST(
'data'));
49 foreach ($items as $item) {
50 $sort[] = substr($item, 12);
52 $GLOBALS[
'BE_USER']->uc[
'taskcenter'][
'sorting'] = serialize($sort);
saveCollapseState(array $params, \TYPO3\CMS\Core\Http\AjaxRequestHandler $ajaxObj)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
if($ajaxRegistryEntry !==NULL) $ajaxObj
saveSortingState(array $params, \TYPO3\CMS\Core\Http\AjaxRequestHandler $ajaxObj)