| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 108 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Compiler:: (8 methods):
__construct()
getPassConfig()
getServiceReferenceGraph()
getLoggingFormatter()
addPass()
addLogMessage()
getLog()
compile()
| __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. param: ContainerBuilder $container |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |