/
home
/
obinna
/
html
/
boazapp
/
var
/
cache
/
dev
/
ContainerIjfMzG5
/
Upload File
HOME
<?php namespace ContainerIjfMzG5; use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; use Symfony\Component\DependencyInjection\Exception\RuntimeException; /** * @internal This class has been auto-generated by the Symfony Dependency Injection Component. */ class getPropertyAccessorService extends App_KernelDevDebugContainer { /** * Gets the private 'property_accessor' shared service. * * @return \Symfony\Component\PropertyAccess\PropertyAccessor */ public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php'; $a = ($container->privates['property_info.reflection_extractor'] ?? ($container->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())); return $container->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), true, $a, $a); } }