PhpBench\Registry\ConfigurableRegistry::__construct PHP Метод

__construct() публичный Метод

public __construct ( $serviceType, PhpBench\DependencyInjection\Container $container, JsonDecoder $jsonDecoder )
$container PhpBench\DependencyInjection\Container
$jsonDecoder PhpBench\Json\JsonDecoder
    public function __construct($serviceType, Container $container, JsonDecoder $jsonDecoder)
    {
        parent::__construct($serviceType, $container);
        $this->jsonDecoder = $jsonDecoder;
    }