Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php119 public $allowWebPosting; variable in Google_Groups
155 public function setAllowWebPosting( $allowWebPosting) { argument
156 $this->allowWebPosting = $allowWebPosting;
159 return $this->allowWebPosting;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Groupssettings/
H A DGroups.php36 public $allowWebPosting; variable in Google\\Service\\Groupssettings\\Groups
305 public function setAllowWebPosting($allowWebPosting) argument
307 $this->allowWebPosting = $allowWebPosting;
314 return $this->allowWebPosting;