Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php118 public $allowGoogleCommunication; variable in Google_Groups
149 public function setAllowGoogleCommunication( $allowGoogleCommunication) { argument
150 $this->allowGoogleCommunication = $allowGoogleCommunication;
153 return $this->allowGoogleCommunication;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Groupssettings/
H A DGroups.php32 public $allowGoogleCommunication; variable in Google\\Service\\Groupssettings\\Groups
291 public function setAllowGoogleCommunication($allowGoogleCommunication) argument
293 $this->allowGoogleCommunication = $allowGoogleCommunication;
300 return $this->allowGoogleCommunication;