[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

CheckDefinitionValidityPass:: (1 method):
  process()


Class: CheckDefinitionValidityPass  - X-Ref

This pass validates each definition individually only taking the information
into account which is contained in the definition itself.

Later passes can rely on the following, and specifically do not need to
perform these checks themselves:

- non synthetic, non abstract services always have a class set
- synthetic services are always public
- synthetic services are always of non-prototype scope

process(ContainerBuilder $container)   X-Ref
Processes the ContainerBuilder to validate the Definition.

param: ContainerBuilder $container



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