Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DAbout.php40 public $exportFormats; variable in Google\\Service\\Drive\\About
127 public function setExportFormats($exportFormats) argument
129 $this->exportFormats = $exportFormats;
136 return $this->exportFormats;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1286 public $exportFormats; variable in Google_About
1330 public function setExportFormats(/* array(Google_AboutExportFormats) */ $exportFormats) { argument
1331 $this->assertIsArray($exportFormats, 'Google_AboutExportFormats', __METHOD__);
1332 $this->exportFormats = $exportFormats;
1335 return $this->exportFormats;