id = $itemCode = true; [$this->name, $this->info] = getItemInfo($itemCode); $this->cost = getItemCost2($itemCode); $this->consumable = isConsumable($itemCode); } }