Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DAbout.php48 public $importFormats; variable in Google\\Service\\Drive\\About
155 public function setImportFormats($importFormats) argument
157 $this->importFormats = $importFormats;
164 return $this->importFormats;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1292 public $importFormats; variable in Google_About
1344 public function setImportFormats(/* array(Google_AboutImportFormats) */ $importFormats) { argument
1345 $this->assertIsArray($importFormats, 'Google_AboutImportFormats', __METHOD__);
1346 $this->importFormats = $importFormats;
1349 return $this->importFormats;