PHP Interface Matthias\SymfonyConsoleForm\Bridge\FormFactory\ConsoleFormFactory

Show file Open project: matthiasnoback/symfony-console-form

Public Methods

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

Method Details

create() public method

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
return Symfony\Component\Form\FormInterface