TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\RecordList\RecordListGetTableHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\RecordList\RecordListGetTableHookInterface:
t3lib_localRecordListGetTableHook

Public Member Functions

 getDBlistQuery ($table, $pageId, &$additionalWhereClause, &$selectedFieldsList, &$parentObject)
 

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! interface for classes which hook into localRecordList and do additional getTable processing

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 of file RecordListGetTableHookInterface.php.

Member Function Documentation

◆ getDBlistQuery()

TYPO3\CMS\Backend\RecordList\RecordListGetTableHookInterface::getDBlistQuery (   $table,
  $pageId,
$additionalWhereClause,
$selectedFieldsList,
$parentObject 
)

modifies the DB list query

Parameters
string$tableThe current database table
integer$pageIdThe record's page ID
string$additionalWhereClauseAn additional WHERE clause
string$selectedFieldsListComma separated list of selected fields
\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList$parentObjectParent localRecordList object
Returns
void