1 | <?php |
||
14 | trait TLink |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Create link to custom destination |
||
19 | * @param DataGrid $grid |
||
20 | * @param string $href |
||
21 | * @param array $params |
||
22 | * @return string |
||
23 | * @throws DataGridHasToBeAttachedToPresenterComponentException |
||
24 | * @throws \InvalidArgumentException |
||
25 | */ |
||
26 | protected function createLink(DataGrid $grid, $href, $params) |
||
42 | |||
43 | } |
||
44 |