| 1 | <?php |
||
| 14 | class MyDependentList extends DependentListElement |
||
| 15 | { |
||
| 16 | public function getId(): string |
||
| 20 | |||
| 21 | public function getParentId(): string |
||
| 24 | |||
| 25 | protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface |
||
| 28 | |||
| 29 | protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface |
||
| 32 | |||
| 33 | public function getDataIndexer(): DataIndexerInterface |
||
| 36 | |||
| 37 | public function saveDataGrid(): void |
||
| 40 | } |
||
| 41 |