Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DInstance.php84 public function setIosInstance(InstanceIosDetails $iosInstance) argument
86 $this->iosInstance = $iosInstance;
93 return $this->iosInstance;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1019 public $iosInstance; variable in Google_Instance
1040 public function setIosInstance(Google_InstanceIosDetails $iosInstance) { argument
1041 $this->iosInstance = $iosInstance;
1044 return $this->iosInstance;