Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | |||
26 | public function buildCell(Cell $cell, array $options) |
||
27 | { |
||
28 | $cell->template = 'Select'; |
||
29 | |||
30 | // TODO: maybe use the property accessor here instead? and default to the property "id". |
||
31 | $agent = $this->agentFinder->findFor(get_class($cell->context)); |
||
32 | |||
33 | $cell->value = $agent->getIdentifier($cell->context); |
||
45 |