TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
RecordsContentObject Class Reference
Inheritance diagram for RecordsContentObject:
AbstractContentObject

Protected Member Functions

 collectRecordsFromCategories ($selectedCategories, array $tables, $relationField)
 
 getTimeTracker ()
 
- Protected Member Functions inherited from AbstractContentObject
 getPageRenderer ()
 

Protected Attributes

 $itemArray = array()
 
 $data = array()
 
- Protected Attributes inherited from AbstractContentObject
 $cObj
 
 $pageRenderer = null
 

Additional Inherited Members

- Public Member Functions inherited from AbstractContentObject
 __construct (ContentObjectRenderer $cObj)
 
 render ($conf=array())
 
 getContentObject ()
 

Detailed Description

Contains RECORDS class object.

Definition at line 24 of file RecordsContentObject.php.

Member Function Documentation

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 172 of file RecordsContentObject.php.

References RecordsContentObject\getTimeTracker(), GeneralUtility\intExplode(), and CategoryCollection\load().

getTimeTracker ( )
protected

Wrapper around the $GLOBALS['TT'] variable

Returns

Definition at line 232 of file RecordsContentObject.php.

References $GLOBALS.

Referenced by RecordsContentObject\collectRecordsFromCategories().

Member Data Documentation

$data = array()
protected

Definition at line 38 of file RecordsContentObject.php.

$itemArray = array()
protected

Definition at line 31 of file RecordsContentObject.php.