| 1 | <?php |
||
| 20 | class MyListElement extends ListElement |
||
| 21 | { |
||
| 22 | public function getClassName(): string |
||
| 26 | |||
| 27 | public function getId(): string |
||
| 31 | |||
| 32 | protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface |
||
| 35 | |||
| 36 | protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface |
||
| 39 | } |
||
| 40 |