@@ -215,6 +215,9 @@ discard block |
||
| 215 | 215 | return $model; |
| 216 | 216 | } |
| 217 | 217 | |
| 218 | + /** |
|
| 219 | + * @param string $model |
|
| 220 | + */ |
|
| 218 | 221 | protected function getViewColumns($model) |
| 219 | 222 | { |
| 220 | 223 | $columns = $this->getTableColumns($model); |
@@ -249,6 +252,9 @@ discard block |
||
| 249 | 252 | return $this->columnTypeMappings[$name] ?? 'text'; |
| 250 | 253 | } |
| 251 | 254 | |
| 255 | + /** |
|
| 256 | + * @param string $model |
|
| 257 | + */ |
|
| 252 | 258 | protected function getFormElements($model) |
| 253 | 259 | { |
| 254 | 260 | $columns = $this->getTableColumns($model); |