TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\RecordsContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\RecordsContentObject:
TYPO3\CMS\Frontend\ContentObject\AbstractContentObject tslib_content_Records

Protected Member Functions

 collectRecordsFromCategories ($selectedCategories, array $tables, $relationField)
 
 getTimeTracker ()
 

Protected Attributes

 $itemArray = array()
 
 $data = array()
 
- Protected Attributes inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 $cObj
 
 $fileFactory = NULL
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 __construct (\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $cObj)
 
 render ($conf=array())
 
 getContentObject ()
 

Detailed Description

Contains RECORDS class object.

Author
Xavier Perseguers typo3.nosp@m.@per.nosp@m.segue.nosp@m.rs.c.nosp@m.h
Steffen Kamper steff.nosp@m.en@t.nosp@m.ypo3..nosp@m.org

Definition at line 25 of file RecordsContentObject.php.

Member Function Documentation

◆ collectRecordsFromCategories()

TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::collectRecordsFromCategories (   $selectedCategories,
array  $tables,
  $relationField 
)
protected

Collects records for all selected tables and categories.

Parameters
string$selectedCategoriesComma-separated list of categories
array$tablesList of tables
string$relationFieldName of the field containing the categories relation
Returns
void

Definition at line 171 of file RecordsContentObject.php.

References TYPO3\CMS\Frontend\ContentObject\RecordsContentObject\getTimeTracker(), TYPO3\CMS\Core\Utility\GeneralUtility\intExplode(), and TYPO3\CMS\Frontend\Category\Collection\CategoryCollection\load().

◆ getTimeTracker()

TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::getTimeTracker ( )
protected

Wrapper around the $GLOBALS['TT'] variable

Returns

Definition at line 230 of file RecordsContentObject.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Frontend\ContentObject\RecordsContentObject\collectRecordsFromCategories().

Member Data Documentation

◆ $data

TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::$data = array()
protected

Definition at line 39 of file RecordsContentObject.php.

◆ $itemArray

TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::$itemArray = array()
protected

Definition at line 32 of file RecordsContentObject.php.