![]() |
TYPO3
7.6
|
Public Member Functions | |
getDataExtension ($getDataString, array $fields, $sectionValue, $returnValue, ContentObjectRenderer &$parentObject) | |
interface for classes which hook into and do additional getData processing
Definition at line 20 of file ContentObjectGetDataHookInterface.php.
getDataExtension | ( | $getDataString, | |
array | $fields, | ||
$sectionValue, | |||
$returnValue, | |||
ContentObjectRenderer & | $parentObject | ||
) |
Extends the getData()-Method of to process more/other commands
string | $getDataString | Full content of getData-request e.g. "TSFE:id // field:title // field:uid |
array | $fields | Current field-array |
string | $sectionValue | Currently examined section value of the getData request e.g. "field:title |
string | $returnValue | Current returnValue that was processed so far by getData |
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | $parentObject | Parent content object |