priceRange??null; } public function setPriceRange(string $priceRange):void { $this->priceRange = $priceRange; } public function getPriceRangeFieldConfig():array { return [ 'type' => 'text', 'label' => 'Price Range', 'hint' => '$ - $$$$, in comparison to similar products or services in the industry' ]; } }