| 1 | <?php |
||
| 22 | class MyCrudElement extends CRUDElement |
||
| 23 | { |
||
| 24 | public function getClassName(): string |
||
| 28 | |||
| 29 | public function getId(): string |
||
| 33 | |||
| 34 | protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface |
||
| 37 | |||
| 38 | protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface |
||
| 41 | |||
| 42 | protected function initForm(FormFactoryInterface $factory, $data = null): FormInterface |
||
| 45 | } |
||
| 46 |