Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchSearchInformation.php25 public $formattedSearchTime; variable in Google\\Service\\CustomSearchAPI\\SearchSearchInformation
39 public function setFormattedSearchTime($formattedSearchTime) argument
41 $this->formattedSearchTime = $formattedSearchTime;
48 return $this->formattedSearchTime;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php775 public $formattedSearchTime; variable in Google_SearchSearchInformation
779 public function setFormattedSearchTime( $formattedSearchTime) { argument
780 $this->formattedSearchTime = $formattedSearchTime;
783 return $this->formattedSearchTime;