Example #1
0
 /**
  * @inheritdoc
  */
 public function initializeClasses(SymfonyRequest $symfonyRequest)
 {
     $this->container = ServiceContainerBuilder::create($this->appPath, $symfonyRequest, $this->appMode);
 }
Example #2
0
 /**
  * @param RequestInterface $request
  */
 public function updateContainer(RequestInterface $request)
 {
     $this->container = ServiceContainerBuilder::create($this->appPath, $request->getSymfonyRequest(), $this->container->getParameter('core.environment'), true);
 }