input = $input; } /** * Retrieve the input class */ public function getInput(): string { return $this->input; } }