TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Controller\WizardController Class Reference
Inheritance diagram for TYPO3\CMS\Form\Controller\WizardController:
tx_form_Controller_Wizard

Public Member Functions

 dispatch ()
 

Protected Member Functions

 getRepository ()
 

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! The form wizard controller

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file WizardController.php.

Member Function Documentation

◆ dispatch()

TYPO3\CMS\Form\Controller\WizardController::dispatch ( )

Dispatch on action

Calls the requested action

Returns
void

Definition at line 31 of file WizardController.php.

References TYPO3\CMS\Form\Controller\WizardController\getRepository(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

◆ getRepository()

TYPO3\CMS\Form\Controller\WizardController::getRepository ( )
protected

Gets the repository object.

Returns

Definition at line 88 of file WizardController.php.

Referenced by TYPO3\CMS\Form\Controller\WizardController\dispatch().