Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php42 public $htmlFormattedUrl; variable in Google\\Service\\CustomSearchAPI\\Result
139 public function setHtmlFormattedUrl($htmlFormattedUrl) argument
141 $this->htmlFormattedUrl = $htmlFormattedUrl;
148 return $this->htmlFormattedUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php522 public $htmlFormattedUrl; variable in Google_Result
561 public function setHtmlFormattedUrl( $htmlFormattedUrl) { argument
562 $this->htmlFormattedUrl = $htmlFormattedUrl;
565 return $this->htmlFormattedUrl;