69 if (!is_string($this->command)) {
84 switch ($this->command) {
85 case 'getDeletedRecords':
94 $model->loadData($startUid, $table, $depth, $start .
',' . $limit, $filter);
95 $deletedRowsArray = $model->getDeletedRows();
97 $totalDeleted = $model->getTotalCount($startUid, $table, $depth, $filter);
100 $str = $view->transform($deletedRowsArray, $totalDeleted);
105 if ($model->deleteData($this->data)) {
113 if ($model->undeleteData($this->data, $recursive)) {
122 $str = $model->getTables(
'json', 1, $startUid, $depth);
125 $str =
'No command was recognized.';
127 $this->content = $str;
setDataInSession($identifier, $data)
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]