Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
elie29
/
zend-phpdi-config
/
src
/
File Content:
ContainerFactory.php
<?php declare (strict_types=1); namespace PleskGrafana\Elie\PHPDI\Config; use PleskGrafana\DI\ContainerBuilder; use Exception; use Psr\Container\ContainerInterface; class ContainerFactory { /** * @throws Exception */ public function __invoke(ConfigInterface $config) : ContainerInterface { $builder = new ContainerBuilder(); $config->configureContainer($builder); return $builder->build(); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Tool
---
0755
Config.php
5625 bytes
0644
ConfigInterface.php
472 bytes
0644
ContainerFactory.php
446 bytes
0644
N4ST4R_ID | Naxtarrr