You are here

public function InputInterface::isInteractive in Zircon Profile 8.0

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

Is this input means interactive?

Return value

bool

1 method overrides InputInterface::isInteractive()
Input::isInteractive in vendor/symfony/console/Input/Input.php
Checks if the input is interactive.

File

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

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function isInteractive();