Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSettings.php32 public $authorizedGaeApplications; variable in Google\\Service\\SQLAdmin\\Settings
139 public function setAuthorizedGaeApplications($authorizedGaeApplications) argument
141 $this->authorizedGaeApplications = $authorizedGaeApplications;
148 return $this->authorizedGaeApplications;
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php970 public $authorizedGaeApplications; variable in Google_Settings
984 …blic function setAuthorizedGaeApplications(/* array(Google_string) */ $authorizedGaeApplications) { argument
985 $this->assertIsArray($authorizedGaeApplications, 'Google_string', __METHOD__);
986 $this->authorizedGaeApplications = $authorizedGaeApplications;
989 return $this->authorizedGaeApplications;