1 | <?php |
||
13 | class MediaAdmin extends AbstractAdmin |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | public function configureListFields(ListMapper $list) |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function configureFormFields(FormMapper $form) |
||
38 | |||
39 | /** |
||
40 | * {@inheritDoc} |
||
41 | */ |
||
42 | protected function configureShowFields(ShowMapper $show) |
||
62 | } |
||
63 |