Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerAchievement.php37 public $formattedCurrentStepsString; variable in Google\\Service\\Games\\PlayerAchievement
96 public function setFormattedCurrentStepsString($formattedCurrentStepsString) argument
98 $this->formattedCurrentStepsString = $formattedCurrentStepsString;
105 return $this->formattedCurrentStepsString;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1584 public $formattedCurrentStepsString; variable in Google_PlayerAchievement
1600 public function setFormattedCurrentStepsString( $formattedCurrentStepsString) { argument
1601 $this->formattedCurrentStepsString = $formattedCurrentStepsString;
1604 return $this->formattedCurrentStepsString;