PHP 클래스 FluidTYPO3\Flux\ViewHelpers\Form\RenderViewHelper

Use to render a Flux form as HTML.
상속: extends TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper
파일 보기 프로젝트 열기: fluidtypo3/flux

보호된 프로퍼티들

프로퍼티 타입 설명
$configurationService FluidTYPO3\Flux\Service\FluxService

공개 메소드들

메소드 설명
injectConfigurationService ( FluxService $configurationService ) : void
render ( Form $form ) : string

보호된 메소드들

메소드 설명
getNodeFactory ( ) : TYPO3\CMS\Backend\Form\NodeFactory

메소드 상세

getNodeFactory() 보호된 메소드

protected getNodeFactory ( ) : TYPO3\CMS\Backend\Form\NodeFactory
리턴 TYPO3\CMS\Backend\Form\NodeFactory

injectConfigurationService() 공개 메소드

public injectConfigurationService ( FluxService $configurationService ) : void
$configurationService FluidTYPO3\Flux\Service\FluxService
리턴 void

render() 공개 메소드

public render ( Form $form ) : string
$form FluidTYPO3\Flux\Form
리턴 string

프로퍼티 상세

$configurationService 보호되어 있는 프로퍼티

protected FluxService,FluidTYPO3\Flux\Service $configurationService
리턴 FluidTYPO3\Flux\Service\FluxService