Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchSearchInformation.php29 public $formattedTotalResults; variable in Google\\Service\\CustomSearchAPI\\SearchSearchInformation
53 public function setFormattedTotalResults($formattedTotalResults) argument
55 $this->formattedTotalResults = $formattedTotalResults;
62 return $this->formattedTotalResults;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php776 public $formattedTotalResults; variable in Google_SearchSearchInformation
785 public function setFormattedTotalResults( $formattedTotalResults) { argument
786 $this->formattedTotalResults = $formattedTotalResults;
789 return $this->formattedTotalResults;