Метод |
Описание |
|
__construct ( ) |
Constructor. |
|
addLogMessage ( string $string ) |
Adds a log message. |
|
addPass ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, string $type = PassConfig::TYPE_BEFORE_OPTIMIZATION ) |
Adds a pass to the PassConfig. |
|
compile ( ContainerBuilder $container ) |
Run the Compiler and process all Passes. |
|
getLog ( ) : array |
Returns the log. |
|
getLoggingFormatter ( ) : LoggingFormatter |
Returns the logging formatter which can be used by compilation passes. |
|
getPassConfig ( ) : PassConfig |
Returns the PassConfig. |
|
getServiceReferenceGraph ( ) : Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph |
Returns the ServiceReferenceGraph. |
|