Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementDefinition.php37 public $formattedTotalSteps; variable in Google\\Service\\Games\\AchievementDefinition
120 public function setFormattedTotalSteps($formattedTotalSteps) argument
122 $this->formattedTotalSteps = $formattedTotalSteps;
129 return $this->formattedTotalSteps;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php631 public $formattedTotalSteps; variable in Google_AchievementDefinition
653 public function setFormattedTotalSteps( $formattedTotalSteps) { argument
654 $this->formattedTotalSteps = $formattedTotalSteps;
657 return $this->formattedTotalSteps;