| 1 | <?php |
||
| 19 | class News extends CRUDElement implements SecuredElementInterface |
||
| 20 | { |
||
| 21 | public function isAllowed(AuthorizationCheckerInterface $authorizationChecker) |
||
| 25 | |||
| 26 | public function getClassName() |
||
| 30 | |||
| 31 | public function getId() |
||
| 35 | |||
| 36 | public function getName() |
||
| 40 | |||
| 41 | protected function initDataGrid(DataGridFactoryInterface $factory) |
||
| 45 | |||
| 46 | protected function initDataSource(DataSourceFactoryInterface $factory) |
||
| 50 | |||
| 51 | protected function initForm(FormFactoryInterface $factory, $data = null) |
||
| 55 | } |
||
| 56 |