[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

Compiler:: (8 methods):
  __construct()
  getPassConfig()
  getServiceReferenceGraph()
  getLoggingFormatter()
  addPass()
  addLogMessage()
  getLog()
  compile()


Class: Compiler  - X-Ref

This class is used to remove circular dependencies between individual passes.

__construct()   X-Ref
No description

getPassConfig()   X-Ref
Returns the PassConfig.

return: PassConfig The PassConfig instance

getServiceReferenceGraph()   X-Ref
Returns the ServiceReferenceGraph.

return: ServiceReferenceGraph The ServiceReferenceGraph instance

getLoggingFormatter()   X-Ref
Returns the logging formatter which can be used by compilation passes.

return: LoggingFormatter

addPass(CompilerPassInterface $pass, $type = PassConfig::TYPE_BEFORE_OPTIMIZATION)   X-Ref
Adds a pass to the PassConfig.

param: CompilerPassInterface $pass A compiler pass
param: string                $type The type of the pass

addLogMessage($string)   X-Ref
Adds a log message.

param: string $string The log message

getLog()   X-Ref
Returns the log.

return: array Log array

compile(ContainerBuilder $container)   X-Ref
Run the Compiler and process all Passes.




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1