1 | <?php |
||
17 | class CustomNews extends CRUDElement |
||
18 | { |
||
19 | public function getId(): string |
||
23 | |||
24 | public function getClassName(): string |
||
28 | |||
29 | protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface |
||
33 | |||
34 | protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface |
||
40 | |||
41 | protected function initForm(FormFactoryInterface $factory, $data = null): FormInterface |
||
50 | } |
||
51 |