Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php2138 public $peerSession; variable in Google_RoomLeaveDiagnostics
2158 public function setPeerSession(/* array(Google_PeerSessionDiagnostics) */ $peerSession) { argument
2159 $this->assertIsArray($peerSession, 'Google_PeerSessionDiagnostics', __METHOD__);
2160 $this->peerSession = $peerSession;
2163 return $this->peerSession;