Home
last modified time | relevance | path

Searched refs:profileInfo (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRealtimeData.php99 public function setProfileInfo(RealtimeDataProfileInfo $profileInfo) argument
101 $this->profileInfo = $profileInfo;
108 return $this->profileInfo;
H A DMcfData.php177 public function setProfileInfo(McfDataProfileInfo $profileInfo) argument
179 $this->profileInfo = $profileInfo;
186 return $this->profileInfo;
H A DGaData.php213 public function setProfileInfo(GaDataProfileInfo $profileInfo) argument
215 $this->profileInfo = $profileInfo;
222 return $this->profileInfo;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1488 public $profileInfo; variable in Google_GaData
1539 public function setProfileInfo(Google_GaDataProfileInfo $profileInfo) { argument
1540 $this->profileInfo = $profileInfo;
1543 return $this->profileInfo;
2109 public $profileInfo; variable in Google_McfData
2162 public function setProfileInfo(Google_McfDataProfileInfo $profileInfo) { argument
2163 $this->profileInfo = $profileInfo;
2166 return $this->profileInfo;
2633 public $profileInfo; variable in Google_RealtimeData
2661 $this->profileInfo = $profileInfo;
[all …]