[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

Compiler:: (9 methods):
  __construct()
  getPassConfig()
  getServiceReferenceGraph()
  getLoggingFormatter()
  addPass()
  addLogMessage()
  log()
  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

log(CompilerPassInterface $pass, $message)   X-Ref


getLog()   X-Ref
Returns the log.

return: array Log array

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




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1