services1-1.php 685 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. use Symfony\Components\DependencyInjection\Container;
  3. use Symfony\Components\DependencyInjection\Reference;
  4. use Symfony\Components\DependencyInjection\Parameter;
  5. /**
  6. * Container
  7. *
  8. * This class has been auto-generated
  9. * by the Symfony Dependency Injection Component.
  10. */
  11. class Container extends AbstractContainer
  12. {
  13. protected $shared = array();
  14. /**
  15. * Returns service ids for a given annotation.
  16. *
  17. * @param string $name The annotation name
  18. *
  19. * @return array An array of annotations
  20. */
  21. public function findAnnotatedServiceIds($name)
  22. {
  23. static $annotations = array (
  24. );
  25. return isset($annotations[$name]) ? $annotations[$name] : array();
  26. }
  27. }