| 1 | <?php |
||
| 9 | class MyList extends GenericListElement |
||
| 10 | { |
||
| 11 | public function getId() |
||
| 12 | { |
||
| 13 | } |
||
| 14 | |||
| 15 | protected function initDataGrid(DataGridFactoryInterface $factory) |
||
| 16 | { |
||
| 17 | } |
||
| 18 | |||
| 19 | protected function initDataSource(DataSourceFactoryInterface $factory) |
||
| 20 | { |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getDataIndexer() |
||
| 24 | { |
||
| 25 | } |
||
| 26 | |||
| 27 | public function saveDataGrid() |
||
| 28 | { |
||
| 29 | } |
||
| 30 | } |
||
| 31 |