[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

File Size: 149 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.


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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1