Exemplo n.º 1
0
 /**
  * Checks whether the kernel handler has the Symfony service container
  * container or not.
  *
  * @return bool
  */
 public function hasServiceContainer()
 {
     return $this->kernelHandler->hasServiceContainer();
 }