Google_ProfileId
The Google Books Importer Google ProfileId class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_ModeratorService.php
- class Google_ProfileId extends Google_Model {
- public $user;
- public function setUser($user) {
- $this->user = $user;
- }
- public function getUser() {
- return $this->user;
- }
- }