‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Collection\RecordCollectionInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Collection\RecordCollectionInterface:
TYPO3\CMS\Core\Collection\CollectionInterface TYPO3\CMS\Core\Collection\CollectionInterface TYPO3\CMS\Core\Collection\NameableCollectionInterface TYPO3\CMS\Core\Collection\AbstractRecordCollection TYPO3\CMS\Core\Collection\AbstractRecordCollection TYPO3\CMS\Core\Category\Collection\CategoryCollection TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection TYPO3\CMS\Core\Category\Collection\CategoryCollection TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection 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 TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\OtherTestingFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\TestingFileCollection TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection TYPO3\CMS\Core\Resource\Collection\StaticFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\OtherTestingFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\TestingFileCollection TYPO3\CMS\Frontend\Category\Collection\CategoryCollection TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection TYPO3\CMS\Core\Resource\Collection\StaticFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\OtherTestingFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\TestingFileCollection TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection TYPO3\CMS\Core\Resource\Collection\StaticFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\OtherTestingFileCollection TYPO3\CMS\Core\Tests\Unit\Resource\Collection\Fixtures\TestingFileCollection

Public Member Functions

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

Detailed Description

Collection for handling records from a single database-table.

@template T <T>

Definition at line 24 of file RecordCollectionInterface.php.

Member Function Documentation

◆ getItemTableName()

string 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

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