private bool
$byFactory;
private array
$definitions;
private array
$aliases;
/**
* @param bool $onlyConstructorArguments Sets this Service Reference pass to ignore method calls
*/
public function __construct(bool
$onlyConstructorArguments = false, bool
$hasProxyDumper = true
) { $this->onlyConstructorArguments =
$onlyConstructorArguments;
$this->hasProxyDumper =
$hasProxyDumper;
$this->
enableExpressionProcessing();
} /**
* Processes a ContainerBuilder object to populate the service reference graph.
*
* @return void
*/
public function process(ContainerBuilder
$container) { $this->container =
$container;
$this->graph =
$container->
getCompiler()->
getServiceReferenceGraph();