Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php136 public $showInGroupDirectory; variable in Google_Groups
257 public function setShowInGroupDirectory( $showInGroupDirectory) { argument
258 $this->showInGroupDirectory = $showInGroupDirectory;
261 return $this->showInGroupDirectory;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Groupssettings/
H A DGroups.php128 public $showInGroupDirectory; variable in Google\\Service\\Groupssettings\\Groups
627 public function setShowInGroupDirectory($showInGroupDirectory) argument
629 $this->showInGroupDirectory = $showInGroupDirectory;
636 return $this->showInGroupDirectory;