Google_SearchUrl
The WordPress Core Google SearchUrl class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_CustomsearchService.php
- class Google_SearchUrl extends Google_Model {
- public $template;
- public $type;
- public function setTemplate( $template) {
- $this->template = $template;
- }
- public function getTemplate() {
- return $this->template;
- }
- public function setType( $type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- }