| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function createCell(RowData $data, array $options): CellInterface |
||
| 22 | { |
||
| 23 | // TODO: This is inefficient and will not work for proxies ... |
||
| 24 | $agent = $this->agentFinder->findFor(get_class($data->getObject())); |
||
| 25 | |||
| 26 | return new Cell\SelectCell($agent->getIdentifier($data->getObject())); |
||
| 27 | } |
||
| 28 | |||
| 33 |