1 | <?php |
||
22 | class MyDependentCrudElement extends DependentCRUDElement |
||
23 | { |
||
24 | public function getClassName(): string |
||
28 | |||
29 | public function getId(): string |
||
33 | |||
34 | public function getParentId(): string |
||
38 | |||
39 | protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface |
||
42 | |||
43 | protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface |
||
46 | |||
47 | protected function initForm(FormFactoryInterface $factory, $data = null): FormInterface |
||
50 | } |
||
51 |