property_info.xml 1020 B

12345678910111213141516171819202122
  1. <?xml version="1.0" ?>
  2. <container xmlns="http://symfony.com/schema/dic/services"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
  5. <services>
  6. <service id="property_info" class="Symfony\Component\PropertyInfo\PropertyInfoExtractor" >
  7. <argument type="collection" />
  8. <argument type="collection" />
  9. <argument type="collection" />
  10. <argument type="collection" />
  11. </service>
  12. <!-- Extractor -->
  13. <service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor" public="false">
  14. <tag name="property_info.list_extractor" priority="-1000" />
  15. <tag name="property_info.type_extractor" priority="-1002" />
  16. <tag name="property_info.access_extractor" priority="-1000" />
  17. </service>
  18. </services>
  19. </container>