[ Index ]

PHP Cross Reference of phpBB-3.3.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

InlineServiceDefinitionsPass:: (4 methods):
  setRepeatedPass()
  getInlinedServiceIds()
  processValue()
  isInlineableDefinition()


Class: InlineServiceDefinitionsPass  - X-Ref

Inline service definitions where this is possible.

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


getInlinedServiceIds()   X-Ref
Returns an array of all services inlined by this pass.

The key is the inlined service id and its value is the list of services it was inlined into.

return: array

processValue($value, $isRoot = false)   X-Ref
{@inheritdoc}


isInlineableDefinition($id, Definition $definition, ServiceReferenceGraph $graph)   X-Ref
Checks if the definition is inlineable.

return: bool If the definition is inlineable



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