You are here

public function Profile::setTime in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/Profiler/Profile.php \Symfony\Component\HttpKernel\Profiler\Profile::setTime()

File

vendor/symfony/http-kernel/Profiler/Profile.php, line 170

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function setTime($time) {
  $this->time = $time;
}