You are here

public function AddClassesToCachePass::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php \Symfony\Component\HttpKernel\DependencyInjection\AddClassesToCachePass::__construct()

File

vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php, line 27

Class

AddClassesToCachePass
Sets the classes to compile in the cache for the container.

Namespace

Symfony\Component\HttpKernel\DependencyInjection

Code

public function __construct(Kernel $kernel) {
  $this->kernel = $kernel;
}