TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Utility\File\ExtendedFileUtilityProcessDataHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Utility\File\ExtendedFileUtilityProcessDataHookInterface:
t3lib_extFileFunctions_processDataHook

Public Member Functions

 processData_postProcessAction ($action, array $cmdArr, array $result, \TYPO3\CMS\Core\Utility\File\ExtendedFileUtility $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 extFileFunctions and do additional processData processing.

Author
Xavier Perseguers typo3.nosp@m.@per.nosp@m.segue.nosp@m.rs.c.nosp@m.h

Definition at line 21 of file ExtendedFileUtilityProcessDataHookInterface.php.

Member Function Documentation

◆ processData_postProcessAction()

TYPO3\CMS\Core\Utility\File\ExtendedFileUtilityProcessDataHookInterface::processData_postProcessAction (   $action,
array  $cmdArr,
array  $result,
\TYPO3\CMS\Core\Utility\File\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