TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\ContentObjectGetDataHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\ContentObjectGetDataHookInterface:
tslib_content_getDataHook

Public Member Functions

 getDataExtension ($getDataString, array $fields, $sectionValue, $returnValue, \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer &$parentObject)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! interface for classes which hook into tslib_content and do additional getData processing

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 of file ContentObjectGetDataHookInterface.php.

Member Function Documentation

◆ getDataExtension()

TYPO3\CMS\Frontend\ContentObject\ContentObjectGetDataHookInterface::getDataExtension (   $getDataString,
array  $fields,
  $sectionValue,
  $returnValue,
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $parentObject 
)

Extends the getData()-Method of to process more/other commands

Parameters
string$getDataStringFull content of getData-request e.g. "TSFE:id // field:title // field:uid
array$fieldsCurrent field-array
string$sectionValueCurrently examined section value of the getData request e.g. "field:title
string$returnValueCurrent returnValue that was processed so far by getData
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer$parentObjectParent content object
Returns
string Get data result