Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | public function __construct(GridContext $gridContext, string $template, string $name, string $label, string $sortField = null) |
||
18 | { |
||
19 | $this->name = $name; |
||
20 | $this->label = $label; |
||
21 | $this->template = $template; |
||
22 | $this->gridContext = $gridContext; |
||
23 | $this->sortField = $sortField; |
||
24 | } |
||
25 | |||
80 |