| Total Complexity | 14 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | trait QueryTrait |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param TableFieldEntity $field |
||
| 13 | * @param array $values First entries |
||
| 14 | * @param bool $update |
||
| 15 | * |
||
| 16 | * @return string[] |
||
| 17 | */ |
||
| 18 | private function getEditFunctionNames(TableFieldEntity $field, array $values, bool $update): array |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Functions displayed in edit form |
||
| 39 | * |
||
| 40 | * @param TableFieldEntity $field Single field from fields() |
||
| 41 | * |
||
| 42 | * @return array |
||
| 43 | */ |
||
| 44 | public function editFunctions(TableFieldEntity $field): array |
||
| 55 |