Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function stop(InternalRequestInterface $internalRequest)
 {
     if ($internalRequest->hasParameter(self::START_TIME) && !$internalRequest->hasParameter(self::TIME)) {
         $internalRequest->setParameter(self::TIME, $this->getTime() - $internalRequest->getParameter(self::START_TIME));
     }
 }