ts = $ts; $this->recipe = $recipe; } /** * @return CraftingTransactionGroup */ public function getTransaction(){ return $this->ts; } /** * @return Recipe */ public function getRecipe(){ return $this->recipe; } }