TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Collection\RecordCollectionInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Collection\RecordCollectionInterface:
TYPO3\CMS\Core\Collection\CollectionInterface TYPO3\CMS\Core\Collection\NameableCollectionInterface t3lib_collection_RecordCollection TYPO3\CMS\Core\Collection\AbstractRecordCollection t3lib_collection_AbstractRecordCollection TYPO3\CMS\Core\Category\Collection\CategoryCollection TYPO3\CMS\Core\Collection\StaticRecordCollection TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection TYPO3\CMS\Frontend\Category\Collection\CategoryCollection t3lib_collection_StaticRecordCollection TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection TYPO3\CMS\Core\Resource\Collection\StaticFileCollection

Public Member Functions

 setItemTableName ($tableName)
 
 getItemTableName ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Collection\NameableCollectionInterface
 setTitle ($title)
 
 setDescription ($description)
 
 getTitle ()
 
 getDescription ()
 

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! Collection for handling records from a single database-table.

Author
Steffen Ritter <typo3steffen-ritter.net>

Definition at line 21 of file RecordCollectionInterface.php.

Member Function Documentation

◆ getItemTableName()

TYPO3\CMS\Core\Collection\RecordCollectionInterface::getItemTableName ( )

Setter for the name of the data-source table

Returns
string

Implemented in TYPO3\CMS\Core\Collection\AbstractRecordCollection.

◆ setItemTableName()

TYPO3\CMS\Core\Collection\RecordCollectionInterface::setItemTableName (   $tableName)

Setter for the name of the data-source table

Parameters
string$tableName
Returns
void

Implemented in TYPO3\CMS\Core\Collection\AbstractRecordCollection.