Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1880 public $autoMatchingStatus; variable in Google_Room
1908 public function setAutoMatchingStatus(Google_RoomAutoMatchStatus $autoMatchingStatus) { argument
1909 $this->autoMatchingStatus = $autoMatchingStatus;
1912 return $this->autoMatchingStatus;
2398 public $autoMatchingStatus; variable in Google_RoomStatus
2406 public function setAutoMatchingStatus(Google_RoomAutoMatchStatus $autoMatchingStatus) { argument
2407 $this->autoMatchingStatus = $autoMatchingStatus;
2410 return $this->autoMatchingStatus;