| 1 | <?php |
||
| 15 | class InvalidResolverByModuleContextMap |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Менеджер настроек модулей |
||
| 19 | * |
||
| 20 | * @var \Nnx\ModuleOptions\ModuleOptionsPluginManagerInterface |
||
| 21 | */ |
||
| 22 | protected $moduleOptionsPluginManager; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * ResolverByModuleContextMap constructor. |
||
| 26 | * |
||
| 27 | * @param ModuleOptionsPluginManagerInterface $moduleOptionsPluginManager |
||
| 28 | */ |
||
| 29 | public function __construct(ModuleOptionsPluginManagerInterface $moduleOptionsPluginManager) |
||
| 33 | } |