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

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 ($success)
 

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 save 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 21 of file SaveWizardView.php.

Member Function Documentation

◆ headerOutput()

TYPO3\CMS\Form\View\Wizard\SaveWizardView::headerOutput (   $success)
protected

Construct the reponse header

Parameters
string$jsonJSON string
Returns
void

Definition at line 47 of file SaveWizardView.php.

References die.

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

◆ render()

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

The main render method

Gathers all content and echos it to the screen

Returns
void

Definition at line 30 of file SaveWizardView.php.

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