TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Wizard\AbstractWizardView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Wizard\AbstractWizardView:
tx_form_View_Wizard_Abstract TYPO3\CMS\Form\View\Wizard\LoadWizardView TYPO3\CMS\Form\View\Wizard\SaveWizardView TYPO3\CMS\Form\View\Wizard\WizardView tx_form_View_Wizard_Load tx_form_View_Wizard_Save tx_form_View_Wizard_Wizard

Public Member Functions

 __construct (\TYPO3\CMS\Form\Domain\Repository\ContentRepository $repository)
 
 setRepository (\TYPO3\CMS\Form\Domain\Repository\ContentRepository $repository)
 
 render ()
 

Protected Attributes

 $recordIsAvailable = FALSE
 
 $repository
 

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 load view

Author
Oliver Hader olive.nosp@m.r.ha.nosp@m.der@t.nosp@m.ypo3.nosp@m..org

Definition at line 22 of file AbstractWizardView.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\View\Wizard\AbstractWizardView::__construct ( \TYPO3\CMS\Form\Domain\Repository\ContentRepository  $repository)

Creates the object and calls the initialize() method.

Parameters
\TYPO3\CMS\Form\Domain\Repository\ContentRepository$repository

Definition at line 41 of file AbstractWizardView.php.

References TYPO3\CMS\Form\View\Wizard\AbstractWizardView\setRepository().

Member Function Documentation

◆ render()

TYPO3\CMS\Form\View\Wizard\AbstractWizardView::render ( )
abstract

The main render method

Returns
void

Referenced by TYPO3\CMS\Form\View\Wizard\AbstractWizardView\setRepository().

◆ setRepository()

TYPO3\CMS\Form\View\Wizard\AbstractWizardView::setRepository ( \TYPO3\CMS\Form\Domain\Repository\ContentRepository  $repository)

Sets the content repository to be used.

Parameters
\TYPO3\CMS\Form\Domain\Repository\ContentRepository$repository
Returns
void

Definition at line 51 of file AbstractWizardView.php.

References TYPO3\CMS\Form\View\Wizard\AbstractWizardView\$repository, and TYPO3\CMS\Form\View\Wizard\AbstractWizardView\render().

Referenced by TYPO3\CMS\Form\View\Wizard\AbstractWizardView\__construct().

Member Data Documentation

◆ $recordIsAvailable

TYPO3\CMS\Form\View\Wizard\AbstractWizardView::$recordIsAvailable = FALSE
protected

Definition at line 29 of file AbstractWizardView.php.

◆ $repository

TYPO3\CMS\Form\View\Wizard\AbstractWizardView::$repository
protected