Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResultImage.php29 public $contextLink; variable in Google\\Service\\CustomSearchAPI\\ResultImage
68 public function setContextLink($contextLink) argument
70 $this->contextLink = $contextLink;
77 return $this->contextLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php632 public $contextLink; variable in Google_ResultImage
644 public function setContextLink( $contextLink) { argument
645 $this->contextLink = $contextLink;
648 return $this->contextLink;