price = $price; } /** * Get the items price * * @return int */ public function getPrice() { return $this->price; } }