You are here

public function KernelInterface::getStartTime in Zircon Profile 8

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

Gets the request start time (not available if debug is disabled).

Return value

int The request start timestamp

1 method overrides KernelInterface::getStartTime()
Kernel::getStartTime in vendor/symfony/http-kernel/Kernel.php
Gets the request start time (not available if debug is disabled).

File

vendor/symfony/http-kernel/KernelInterface.php, line 153

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getStartTime();