Files
tonehaus/var/cache/dev/Container2Z662Li/getPropertyInfo_ConstructorExtractorService.php
2025-10-31 22:09:19 +00:00

30 lines
1.4 KiB
PHP

<?php
namespace Container2Z662Li;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getPropertyInfo_ConstructorExtractorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'property_info.constructor_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorExtractor.php';
return $container->privates['property_info.constructor_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor(new RewindableGenerator(function () use ($container) {
yield 0 => ($container->privates['property_info.phpstan_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor());
yield 1 => ($container->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
yield 2 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
}, 3));
}
}