Google_PageBlog
The Google Books Importer Google PageBlog class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_BloggerService.php
- class Google_PageBlog extends Google_Model {
- public $id;
- public function setId( $id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- }