TYPO3 CMS  TYPO3_6-2
t3lib_collection_RecordCollectionRepository Class Reference
Inheritance diagram for t3lib_collection_RecordCollectionRepository:
TYPO3\CMS\Core\Collection\RecordCollectionRepository

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Collection\RecordCollectionRepository
 findByUid ($uid)
 
 findAll ()
 
 findByTableName ($tableName)
 
 findByType ($type)
 
 findByTypeAndTableName ($type, $tableName)
 
 deleteByUid ($uid)
 
- Public Attributes inherited from TYPO3\CMS\Core\Collection\RecordCollectionRepository
const TYPE_Static = 'static'
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Collection\RecordCollectionRepository
 queryMultipleRecords (array $conditions=array())
 
 createDomainObject (array $record)
 
 createMultipleDomainObjects (array $data)
 
 getDatabaseConnection ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Collection\RecordCollectionRepository
 $table = 'sys_collection'
 
 $typeField = 'type'
 
 $tableField = 'table_name'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 882 of file LegacyClassesForIde.php.