1 | <?php |
||
18 | class MetadataReaderManager extends AbstractPluginManager implements MetadataReaderManagerInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param ConfigInterface|null $configuration |
||
22 | */ |
||
23 | public function __construct(ConfigInterface $configuration = null) |
||
28 | |||
29 | /** |
||
30 | * Инициализация |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | protected function init() |
||
40 | |||
41 | /** |
||
42 | * @param mixed $plugin |
||
43 | * |
||
44 | * @throws Exception\InvalidMetadataReaderException |
||
45 | */ |
||
46 | public function validatePlugin($plugin) |
||
53 | } |
||
54 |