| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class DatagridReader extends AbstractFieldConfigurationReader |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritDoc} |
||
| 22 | */ |
||
| 23 | public function __construct( |
||
| 24 | Reader $annotationReader |
||
| 25 | ) { |
||
| 26 | parent::__construct($annotationReader, DatagridField::class); |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritDoc} |
||
| 31 | */ |
||
| 32 | protected function getAdminAnnotationFields( |
||
| 37 | } |
||
| 38 | |||
| 40 |