Home
last modified time | relevance | path

Searched refs:backendTimes (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php684 public $backendTimes; variable in Google_ShoppingModelDebugJsonV1
693 … function setBackendTimes(/* array(Google_ShoppingModelDebugJsonV1BackendTimes) */ $backendTimes) { argument
694 $this->assertIsArray($backendTimes, 'Google_ShoppingModelDebugJsonV1BackendTimes', __METHOD__);
695 $this->backendTimes = $backendTimes;
698 return $this->backendTimes;