Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php55 public $excludeQueryParameters; variable in Google\\Service\\Analytics\\Profile
236 public function setExcludeQueryParameters($excludeQueryParameters) argument
238 $this->excludeQueryParameters = $excludeQueryParameters;
245 return $this->excludeQueryParameters;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php2391 public $excludeQueryParameters; variable in Google_Profile
2443 public function setExcludeQueryParameters( $excludeQueryParameters) { argument
2444 $this->excludeQueryParameters = $excludeQueryParameters;
2447 return $this->excludeQueryParameters;