1 | <?php |
||
14 | class SelectColumn implements ColumnInterface |
||
15 | { |
||
16 | private $agentFinder; |
||
17 | |||
18 | public function __construct(AgentFinder $agentFinder) |
||
22 | |||
23 | public function createCell(RowData $data, array $options): CellInterface |
||
30 | |||
31 | public function createHeader(GridContext $context, array $options) |
||
35 | |||
36 | public function configureOptions(OptionsResolver $options) |
||
39 | } |
||
40 |