You are here

public function InputInterface::setInteractive in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Input/InputInterface.php \Symfony\Component\Console\Input\InputInterface::setInteractive()

Sets the input interactivity.

Parameters

bool $interactive If the input should be interactive:

1 method overrides InputInterface::setInteractive()
Input::setInteractive in vendor/symfony/console/Input/Input.php
Sets the input interactivity.

File

vendor/symfony/console/Input/InputInterface.php, line 151

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function setInteractive($interactive);