Home
last modified time | relevance | path

Searched refs:htmlSnippet (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php46 public $htmlSnippet; variable in Google\\Service\\CustomSearchAPI\\Result
153 public function setHtmlSnippet($htmlSnippet) argument
155 $this->htmlSnippet = $htmlSnippet;
162 return $this->htmlSnippet;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php523 public $htmlSnippet; variable in Google_Result
567 public function setHtmlSnippet( $htmlSnippet) { argument
568 $this->htmlSnippet = $htmlSnippet;
571 return $this->htmlSnippet;