Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDataSource.php58 public $profilesLinked; variable in Google\\Service\\Analytics\\CustomDataSource
213 public function setProfilesLinked($profilesLinked) argument
215 $this->profilesLinked = $profilesLinked;
222 return $this->profilesLinked;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php747 public $profilesLinked; variable in Google_CustomDataSource
800 public function setProfilesLinked(/* array(Google_string) */ $profilesLinked) { argument
801 $this->assertIsArray($profilesLinked, 'Google_string', __METHOD__);
802 $this->profilesLinked = $profilesLinked;
805 return $this->profilesLinked;