[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ -> AnalyzeServiceReferencesPass.php (summary)

(no description)

File Size: 146 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AnalyzeServiceReferencesPass:: (6 methods):
  __construct()
  setRepeatedPass()
  process()
  processArguments()
  getDefinition()
  getDefinitionId()


Class: AnalyzeServiceReferencesPass  - X-Ref

Run this pass before passes that need to know more about the relation of
your services.

This class will populate the ServiceReferenceGraph with information. You can
retrieve the graph in other passes from the compiler.

__construct($onlyConstructorArguments = false)   X-Ref

param: bool $onlyConstructorArguments Sets this Service Reference pass to ignore method calls

setRepeatedPass(RepeatedPass $repeatedPass)   X-Ref
{@inheritdoc}


process(ContainerBuilder $container)   X-Ref
Processes a ContainerBuilder object to populate the service reference graph.

param: ContainerBuilder $container

processArguments(array $arguments)   X-Ref
Processes service definitions for arguments to find relationships for the service graph.

param: array $arguments An array of Reference or Definition objects relating to service definitions

getDefinition($id)   X-Ref
Returns a service definition given the full name or an alias.

param: string $id A full id or alias for a service definition.
return: Definition|null The definition related to the supplied id

getDefinitionId($id)   X-Ref
No description



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1