TYPO3  7.6
Public Member Functions | List of all members
RecordCollectionInterface Interface Reference
Inheritance diagram for RecordCollectionInterface:
CollectionInterface NameableCollectionInterface AbstractRecordCollection CategoryCollection StaticRecordCollection AbstractFileCollection CategoryCollection CategoryBasedFileCollection FolderBasedFileCollection StaticFileCollection

Public Member Functions

 setItemTableName ($tableName)
 
 getItemTableName ()
 
- Public Member Functions inherited from 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 ( )

Setter for the name of the data-source table

Returns
string

Implemented in AbstractRecordCollection.

setItemTableName (   $tableName)

Setter for the name of the data-source table

Parameters
string$tableName
Returns
void

Implemented in AbstractRecordCollection.