| 1 | <?php |
||
| 15 | class SelectColumn implements ColumnInterface |
||
| 16 | { |
||
| 17 | const INPUT_NAME = '_select'; |
||
| 18 | |||
| 19 | private $agentFinder; |
||
| 20 | |||
| 21 | public function __construct(AgentFinder $agentFinder) |
||
| 25 | |||
| 26 | public function buildCell(Cell $cell, array $options) |
||
| 35 | |||
| 36 | public function configureOptions(OptionsResolver $options) |
||
| 40 | |||
| 41 | public function getParent() |
||
| 44 | } |
||
| 45 |