Home
last modified time | relevance | path

Searched refs:imgType (Results 1 – 5 of 5) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php93 public $imgType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
408 public function setImgType($imgType) argument
410 $this->imgType = $imgType;
417 return $this->imgType;
H A DSearchQueriesPreviousPage.php93 public $imgType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
408 public function setImgType($imgType) argument
410 $this->imgType = $imgType;
417 return $this->imgType;
H A DSearchQueriesRequest.php93 public $imgType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
408 public function setImgType($imgType) argument
410 $this->imgType = $imgType;
417 return $this->imgType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php132 'imgType' => [
271 'imgType' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php274 public $imgType; variable in Google_Query
401 public function setImgType( $imgType) { argument
402 $this->imgType = $imgType;
405 return $this->imgType;