interface InputAwareInterface

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

Methods

void
setInput(InputInterface$input)

Sets the Console Input.

Details

void setInput(InputInterface$input)

Sets the Console Input.

Parameters

InputInterface $input

Return Value

void