/var/www/flurhymez/vendor/google/apiclient-services/src/CustomSearchAPI
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CustomSearchAPI/SearchSearchInformation.php (2050B)
formattedSearchTime = $formattedSearchTime;
}
/**
* @return string
*/
public function getFormattedSearchTime()
{
return $this->formattedSearchTime;
}
/**
* @param string
*/
public function setFormattedTotalResults($formattedTotalResults)
{
$this->formattedTotalResults = $formattedTotalResults;
}
/**
* @return string
*/
public function getFormattedTotalResults()
{
return $this->formattedTotalResults;
}
public function setSearchTime($searchTime)
{
$this->searchTime = $searchTime;
}
public function getSearchTime()
{
return $this->searchTime;
}
/**
* @param string
*/
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
/**
* @return string
*/
public function getTotalResults()
{
return $this->totalResults;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SearchSearchInformation::class, 'Google_Service_CustomSearchAPI_SearchSearchInformation');