TYPO3 CMS  TYPO3_7-6
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 TYPO3\CMS\Core\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 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

Collection for handling records from a single database-table.

Definition at line 20 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.