Home
last modified time | relevance | path

Searched refs:childLink (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DAccount.php58 public function setChildLink(AccountChildLink $childLink) argument
60 $this->childLink = $childLink;
67 return $this->childLink;
DCustomDataSource.php101 public function setChildLink(CustomDataSourceChildLink $childLink) argument
103 $this->childLink = $childLink;
110 return $this->childLink;
DWebproperty.php110 public function setChildLink(WebpropertyChildLink $childLink) argument
112 $this->childLink = $childLink;
119 return $this->childLink;
DProfile.php152 public function setChildLink(ProfileChildLink $childLink) argument
154 $this->childLink = $childLink;
161 return $this->childLink;
/plugin/authgoogle/google/contrib/
DGoogle_AnalyticsService.php604 public $childLink; variable in Google_Account
611 public function setChildLink(Google_AccountChildLink $childLink) { argument
612 $this->childLink = $childLink;
615 return $this->childLink;
738 public $childLink; variable in Google_CustomDataSource
758 public function setChildLink(Google_CustomDataSourceChildLink $childLink) { argument
759 $this->childLink = $childLink;
762 return $this->childLink;
2386 public $childLink; variable in Google_Profile
2413 public function setChildLink(Google_ProfileChildLink $childLink) { argument
[all …]
DGoogle_DriveService.php1971 public $childLink; variable in Google_ChildReference
1975 public function setChildLink( $childLink) { argument
1976 $this->childLink = $childLink;
1979 return $this->childLink;