[ Index ]

PHP Cross Reference of phpBB-3.3.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

AnalyzeServiceReferencesPass:: (7 methods):
  __construct()
  setRepeatedPass()
  process()
  processValue()
  getDefinition()
  getDefinitionId()
  getExpressionLanguage()


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, $hasProxyDumper = true)   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.


processValue($value, $isRoot = false)   X-Ref
No description

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

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

getDefinitionId($id)   X-Ref
No description

getExpressionLanguage()   X-Ref
No description



Generated: Sun Jun 23 12:25:44 2024 Cross-referenced by PHPXref 0.7.1