You are here

public function InputAwareInterface::setInput in Zircon Profile 8

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

Sets the Console Input.

Parameters

InputInterface:

1 method overrides InputAwareInterface::setInput()
InputAwareHelper::setInput in vendor/symfony/console/Helper/InputAwareHelper.php
Sets the Console Input.

File

vendor/symfony/console/Input/InputAwareInterface.php, line 27

Class

InputAwareInterface
InputAwareInterface should be implemented by classes that depends on the Console Input.

Namespace

Symfony\Component\Console\Input

Code

public function setInput(InputInterface $input);