public function StopwatchEvent::getOrigin

Gets the origin.

Return value

integer The origin in milliseconds

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php, line 57

Class

StopwatchEvent
Represents an Event managed by Stopwatch.

Namespace

Symfony\Component\HttpKernel\Debug

Code

public function getOrigin() {
  return $this->origin;
}