Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DInstance.php168 public function setWebInstance(InstanceWebDetails $webInstance) argument
170 $this->webInstance = $webInstance;
177 return $this->webInstance;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1027 public $webInstance; variable in Google_Instance
1076 public function setWebInstance(Google_InstanceWebDetails $webInstance) { argument
1077 $this->webInstance = $webInstance;
1080 return $this->webInstance;