Searched refs:profileInfo (Results 1 – 4 of 4) sorted by relevance
99 public function setProfileInfo(RealtimeDataProfileInfo $profileInfo) argument101 $this->profileInfo = $profileInfo;108 return $this->profileInfo;
177 public function setProfileInfo(McfDataProfileInfo $profileInfo) argument179 $this->profileInfo = $profileInfo;186 return $this->profileInfo;
213 public function setProfileInfo(GaDataProfileInfo $profileInfo) argument215 $this->profileInfo = $profileInfo;222 return $this->profileInfo;
1488 public $profileInfo; variable in Google_GaData1539 public function setProfileInfo(Google_GaDataProfileInfo $profileInfo) { argument1540 $this->profileInfo = $profileInfo;1543 return $this->profileInfo;2109 public $profileInfo; variable in Google_McfData2162 public function setProfileInfo(Google_McfDataProfileInfo $profileInfo) { argument2163 $this->profileInfo = $profileInfo;2166 return $this->profileInfo;2633 public $profileInfo; variable in Google_RealtimeData2661 $this->profileInfo = $profileInfo;[all …]