TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Utility\File\ExtendedFileUtilityProcessDataHookInterface Interface Reference

Public Member Functions

 processData_postProcessAction ($action, array $cmdArr, array $result, ExtendedFileUtility $parentObject)
 

Detailed Description

Interface for classes which hook into extFileFunctions and do additional processData processing.

Definition at line 20 of file ExtendedFileUtilityProcessDataHookInterface.php.

Member Function Documentation

◆ processData_postProcessAction()

TYPO3\CMS\Core\Utility\File\ExtendedFileUtilityProcessDataHookInterface::processData_postProcessAction (   $action,
array  $cmdArr,
array  $result,
ExtendedFileUtility  $parentObject 
)

Post-process a file action.

Parameters
string$actionThe action
array$cmdArrThe parameter sent to the action handler
array$resultThe results of all calls to the action handler
\TYPO3\CMS\Core\Utility\File\ExtendedFileUtility$parentObjectParent object
Returns
void