1 | <?php |
||
15 | class AuthorAdmin extends AbstractAdmin |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | public function configureListFields(ListMapper $list) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function configureFormFields(FormMapper $form) |
||
39 | |||
40 | /** |
||
41 | * {@inheritDoc} |
||
42 | */ |
||
43 | protected function configureShowFields(ShowMapper $show) |
||
52 | } |
||
53 |