TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\PostProcess\PostProcessorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Form\PostProcess\PostProcessorInterface:
tx_form_System_Postprocessor_Interface TYPO3\CMS\Form\PostProcess\MailPostProcessor TYPO3\CMS\Form\PostProcess\RedirectPostProcessor TYPO3\CMS\Form\Tests\Unit\Fixtures\PostProcessorWithFormPrefixFixture TYPO3\CMS\Form\Tests\Unit\Fixtures\PostProcessorWithoutFormPrefixFixture tx_form_System_Postprocessor_Mail

Public Member Functions

 __construct (\TYPO3\CMS\Form\Domain\Model\Form $form, array $typoScript)
 
 process ()
 

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 postprocessors

Author
Franz Geiger mail@.nosp@m.fx-g.nosp@m..de

Definition at line 22 of file PostProcessorInterface.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\PostProcess\PostProcessorInterface::__construct ( \TYPO3\CMS\Form\Domain\Model\Form  $form,
array  $typoScript 
)

Member Function Documentation

◆ process()

TYPO3\CMS\Form\PostProcess\PostProcessorInterface::process ( )