Matthias\SymfonyConsoleForm\Bridge\Interaction\CollectionInteractor::printHeader PHP Метод

printHeader() приватный Метод

private printHeader ( Symfony\Component\Form\FormInterface $form, Symfony\Component\Console\Output\OutputInterface $output )
$form Symfony\Component\Form\FormInterface
$output Symfony\Component\Console\Output\OutputInterface
    private function printHeader(FormInterface $form, OutputInterface $output)
    {
        $output->writeln(strtr('<fieldset>{label}</fieldset>', ['{label}' => FormUtil::label($form)]));
    }