Google_AnonymousPlayer
The Google Books Importer Google AnonymousPlayer class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_GamesService.php
- class Google_AnonymousPlayer extends Google_Model {
- public $avatarImageUrl;
- public $displayName;
- public $kind;
- public function setAvatarImageUrl( $avatarImageUrl) {
- $this->avatarImageUrl = $avatarImageUrl;
- }
- public function getAvatarImageUrl() {
- return $this->avatarImageUrl;
- }
- public function setDisplayName( $displayName) {
- $this->displayName = $displayName;
- }
- public function getDisplayName() {
- return $this->displayName;
- }
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- }