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