/* Decoded by unphp.net */ kernel = $kernel; } /** * Gets the kernel. * * @return HttpKernelInterface */ public function getKernel() { return $this->kernel; } /** * Checks if this is a master request. * * @return bool */ public function isMasterRequest() { return $this->kernel->isMasterRequest(); } } ?>