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

__construct() публичный Метод

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