1 | <?php |
||
20 | class MyDependentListElement extends DependentListElement |
||
21 | { |
||
22 | public function getClassName(): string |
||
26 | |||
27 | public function getId(): string |
||
31 | |||
32 | public function getParentId(): string |
||
36 | |||
37 | protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface |
||
40 | |||
41 | protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface |
||
44 | } |
||
45 |