PHP 인터페이스 Matthias\SymfonyConsoleForm\Bridge\FormFactory\ConsoleFormFactory

파일 보기 프로젝트 열기: matthiasnoback/symfony-console-form

공개 메소드들

메소드 설명
create ( string | Symfony\Component\Form\FormTypeInterface $formType, Symfony\Component\Console\Input\InputInterface $input, array $options = [] ) : Symfony\Component\Form\FormInterface

메소드 상세

create() 공개 메소드

public create ( string | Symfony\Component\Form\FormTypeInterface $formType, Symfony\Component\Console\Input\InputInterface $input, array $options = [] ) : Symfony\Component\Form\FormInterface
$formType string | Symfony\Component\Form\FormTypeInterface
$input Symfony\Component\Console\Input\InputInterface
$options array
리턴 Symfony\Component\Form\FormInterface