PHP Class FluidTYPO3\Flux\ViewHelpers\Form\RenderViewHelper

Use to render a Flux form as HTML.
Inheritance: extends TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper
Afficher le fichier Open project: fluidtypo3/flux

Protected Properties

Свойство Type Description
$configurationService FluidTYPO3\Flux\Service\FluxService

Méthodes publiques

Méthode Description
injectConfigurationService ( FluxService $configurationService ) : void
render ( Form $form ) : string

Méthodes protégées

Méthode Description
getNodeFactory ( ) : TYPO3\CMS\Backend\Form\NodeFactory

Method Details

getNodeFactory() protected méthode

protected getNodeFactory ( ) : TYPO3\CMS\Backend\Form\NodeFactory
Résultat TYPO3\CMS\Backend\Form\NodeFactory

injectConfigurationService() public méthode

public injectConfigurationService ( FluxService $configurationService ) : void
$configurationService FluidTYPO3\Flux\Service\FluxService
Résultat void

render() public méthode

public render ( Form $form ) : string
$form FluidTYPO3\Flux\Form
Résultat string

Property Details

$configurationService protected_oe property

protected FluxService,FluidTYPO3\Flux\Service $configurationService
Résultat FluidTYPO3\Flux\Service\FluxService