public function AddClassesToCachePass::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\DependencyInjectionCode
public function __construct(Kernel $kernel) {
$this->kernel = $kernel;
}