attributes['type']; } public function getPrice(): int { return $this->attributes['price']; } public function getCustomTitle(): string { return $this->getTitle() . " " . number_format($this->getPrice()) . "원"; } }