2 namespace TYPO3\CMS\Core\Collection;
60 if (is_array($data)) {
128 $this->
getDatabaseConnection()->exec_UPDATEquery($this->table,
'uid=' . (
int)$uid, array(
'deleted' => 1,
'tstamp' =>
$GLOBALS[
'EXEC_TIME']));
140 if (!empty($conditions)) {
141 $conditionsWhereClause = implode(
' AND ', $conditions);
143 $conditionsWhereClause =
'1=1';
150 if ($data !== null) {
165 switch ($record[
'type']) {
166 case self::TYPE_Static:
170 throw new \RuntimeException(
'Unknown record collection type "' . $record[
'type'], 1328646798);
183 $collections = array();
184 foreach ($data as $collection) {