Home
last modified time | relevance | path

Searched refs:htmlTitle (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php32 public $htmlTitle; variable in Google\\Service\\CustomSearchAPI\\Promotion
75 public function setHtmlTitle($htmlTitle) argument
77 $this->htmlTitle = $htmlTitle;
84 return $this->htmlTitle;
H A DPromotionBodyLines.php25 public $htmlTitle; variable in Google\\Service\\CustomSearchAPI\\PromotionBodyLines
42 public function setHtmlTitle($htmlTitle) argument
44 $this->htmlTitle = $htmlTitle;
51 return $this->htmlTitle;
H A DResult.php50 public $htmlTitle; variable in Google\\Service\\CustomSearchAPI\\Result
167 public function setHtmlTitle($htmlTitle) argument
169 $this->htmlTitle = $htmlTitle;
176 return $this->htmlTitle;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php155 public $htmlTitle; variable in Google_Promotion
174 public function setHtmlTitle( $htmlTitle) { argument
175 $this->htmlTitle = $htmlTitle;
178 return $this->htmlTitle;
201 public $htmlTitle; variable in Google_PromotionBodyLines
205 public function setHtmlTitle( $htmlTitle) { argument
206 $this->htmlTitle = $htmlTitle;
209 return $this->htmlTitle;
524 public $htmlTitle; variable in Google_Result
574 $this->htmlTitle = $htmlTitle;
[all …]