TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Wizard\LoadWizardView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Wizard\LoadWizardView:
TYPO3\CMS\Form\View\Wizard\AbstractWizardView tx_form_View_Wizard_Load

Public Member Functions

 render ()
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Wizard\AbstractWizardView
 __construct (\TYPO3\CMS\Form\Domain\Repository\ContentRepository $repository)
 
 setRepository (\TYPO3\CMS\Form\Domain\Repository\ContentRepository $repository)
 
 render ()
 

Protected Member Functions

 headerOutput ($jsonObject)
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Form\View\Wizard\AbstractWizardView
 $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
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 LoadWizardView.php.

Member Function Documentation

◆ headerOutput()

TYPO3\CMS\Form\View\Wizard\LoadWizardView::headerOutput (   $jsonObject)
protected

Construct the reponse header

Parameters
mixed$jsonObjectJSON string, FALSE if not succeeded
Returns
void

Definition at line 42 of file LoadWizardView.php.

References die.

Referenced by TYPO3\CMS\Form\View\Wizard\LoadWizardView\render().

◆ render()

TYPO3\CMS\Form\View\Wizard\LoadWizardView::render ( )

The main render method

Gathers all content and echos it to the screen

Returns
void

Definition at line 31 of file LoadWizardView.php.

References TYPO3\CMS\Form\View\Wizard\LoadWizardView\headerOutput().