_serviceService) { $this->_serviceService = new ServiceService($this->request); } return $this->_serviceService; } //Index,FieldForm관련 //Service,ServicePaymentController사용 //LINE,IP,SERVER등 추가 FilterOption 셋팅용 final protected function setFilterOptionsByItemType(): void { //LINE,IP,SERVER등 추가 FilterOption 셋팅용 foreach (SERVICE_ITEM_TYPES as $item_type => $label) { $this->setFilterFieldOption($item_type, $this->getServiceService()->getFilterOptionsByItemType($item_type)); } } }