| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function createHeader(GridContext $gridContext, string $columnName, string $typeName, array $options): Header |
||
| 30 | { |
||
| 31 | $column = $this->registry->get($typeName); |
||
| 32 | $options = $this->resolveOptions($columnName, $column, $options); |
||
| 33 | |||
| 34 | return $column->createHeader($gridContext, $options); |
||
| 35 | } |
||
| 36 | |||
| 47 |