Matthias\SymfonyConsoleForm\Bridge\Interaction\CollectionInteractor::__construct PHP Method

__construct() public method

public __construct ( Matthias\SymfonyConsoleForm\Bridge\Interaction\FormInteractor $formInteractor )
$formInteractor Matthias\SymfonyConsoleForm\Bridge\Interaction\FormInteractor
    public function __construct(FormInteractor $formInteractor)
    {
        $this->formInteractor = $formInteractor;
    }