id; } function getCost(){ return $this->cost; } function isConsumable(){ return $this->consumable; } function isBuyable(){ return $this->buyable; } function getReqSecu(){ return $this->reqSecu; } function isConsumableNow(string $actionType, string $command):bool{ return false; } }