Google_PageAuthorImage
The Google Books Importer Google PageAuthorImage class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_BloggerService.php
- class Google_PageAuthorImage extends Google_Model {
- public $url;
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- }