id; } function getName(){ return $this->name; } function getInfo(){ return $this->info; } function getCost(){ return $this->cost; } function isConsumable(){ return $this->consumable; } function isValidTurnItem(string $actionType, string $command):bool{ return false; } }