[], 'extras' => [], 'atttributes' => []]): array { $tempOptions = ['' => lang("{$this->getAttribute('class_path')}.label.{$field}") . " 선택"]; switch ($field) { case 'trafficinfo_uid': foreach (service('trafficservice')->getEntities() as $entity) { $tempOptions[$entity->getPK()] = $entity->getTitle(); } $options['options'] = $tempOptions; break; default: $options = parent::getFormOption($field, $options); break; } return $options; } }