trait InputAwareTrait (View source)

Properties

protected InputInterface $input

Methods

void
setInput(InputInterface $input)

No description

InputInterface
input()

No description

InputInterface
getInput() deprecated

Backwards compatibility.

Details

void setInput(InputInterface $input)

No description

Parameters

InputInterface $input

Return Value

void

See also

\Symfony\Component\Console\Input\InputAwareInterface::setInput()

protected InputInterface input()

No description

Return Value

InputInterface

protected InputInterface getInput() deprecated

deprecated

Backwards compatibility.

Return Value

InputInterface