Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1298 public $maxUploadSizes; variable in Google_About
1369 public function setMaxUploadSizes(/* array(Google_AboutMaxUploadSizes) */ $maxUploadSizes) { argument
1370 $this->assertIsArray($maxUploadSizes, 'Google_AboutMaxUploadSizes', __METHOD__);
1371 $this->maxUploadSizes = $maxUploadSizes;
1374 return $this->maxUploadSizes;