| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ListWorker implements Worker |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var DataSourceFactoryInterface |
||
| 17 | */ |
||
| 18 | private $dataSourceFactory; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var DataGridFactoryInterface |
||
| 22 | */ |
||
| 23 | private $dataGridFactory; |
||
| 24 | |||
| 25 | public function __construct( |
||
| 31 | } |
||
| 32 | |||
| 33 | public function mount(Element $element): void |
||
| 41 |