![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (ContentObjectRenderer $cObj) | |
render ($conf=array()) | |
getContentObject () | |
Protected Member Functions | |
getPageRenderer () | |
Protected Attributes | |
$cObj | |
$pageRenderer = null | |
Contains an abstract class for all tslib content class implementations.
Definition at line 23 of file AbstractContentObject.php.
__construct | ( | ContentObjectRenderer | $cObj | ) |
Default constructor.
ContentObjectRenderer | $cObj |
Definition at line 40 of file AbstractContentObject.php.
References AbstractContentObject\$cObj.
getContentObject | ( | ) |
Getter for current cObj
Definition at line 58 of file AbstractContentObject.php.
References AbstractContentObject\$cObj.
|
protected |
Definition at line 66 of file AbstractContentObject.php.
References AbstractContentObject\$pageRenderer, and GeneralUtility\makeInstance().
|
abstract |
Renders the content object.
array | $conf |
|
protected |
Definition at line 28 of file AbstractContentObject.php.
Referenced by AbstractContentObject\__construct(), and AbstractContentObject\getContentObject().
|
protected |
Definition at line 33 of file AbstractContentObject.php.
Referenced by AbstractContentObject\getPageRenderer().