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

Public Member Functions

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

Protected Member Functions

 getTimeTracker ()
 
 getTypoScriptFrontendController ()
 
- Protected Member Functions inherited from AbstractContentObject
 getPageRenderer ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractContentObject
 $cObj
 
 $pageRenderer = null
 

Detailed Description

Contains COA_INT class object.

Definition at line 23 of file ContentObjectArrayInternalContentObject.php.

Member Function Documentation

getTimeTracker ( )
protected
Returns
TimeTracker

Definition at line 52 of file ContentObjectArrayInternalContentObject.php.

References $GLOBALS.

Referenced by ContentObjectArrayInternalContentObject\render().

getTypoScriptFrontendController ( )
protected
Returns
TypoScriptFrontendController

Definition at line 60 of file ContentObjectArrayInternalContentObject.php.

References $GLOBALS.

Referenced by ContentObjectArrayInternalContentObject\render().

render (   $conf = array())

Rendering the cObject, COA_INT

Parameters
array$confArray of TypoScript properties
Returns
string Output

Definition at line 31 of file ContentObjectArrayInternalContentObject.php.

References ContentObjectArrayInternalContentObject\getTimeTracker(), and ContentObjectArrayInternalContentObject\getTypoScriptFrontendController().