result = clone $result; } public function getInput() : RecipeIngredient{ return $this->ingredient; } public function getResult() : Item{ return clone $this->result; } }