_serviceService) { $this->_serviceService = new ServiceService(); } 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->setFieldRule($item_type, $this->getFormFieldRule($this->getAction(), $item_type)); $this->setFilterFieldOption($item_type, $this->getServiceService()->getFilterOptionsByItemType($item_type)); } } }