Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php34 public $fileFormat; variable in Google\\Service\\CustomSearchAPI\\Result
111 public function setFileFormat($fileFormat) argument
113 $this->fileFormat = $fileFormat;
120 return $this->fileFormat;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php520 public $fileFormat; variable in Google_Result
549 public function setFileFormat( $fileFormat) { argument
550 $this->fileFormat = $fileFormat;
553 return $this->fileFormat;