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/
H A DAccount.php58 public function setChildLink(AccountChildLink $childLink) argument
60 $this->childLink = $childLink;
67 return $this->childLink;
H A DCustomDataSource.php101 public function setChildLink(CustomDataSourceChildLink $childLink) argument
103 $this->childLink = $childLink;
110 return $this->childLink;
H A DWebproperty.php110 public function setChildLink(WebpropertyChildLink $childLink) argument
112 $this->childLink = $childLink;
119 return $this->childLink;
H A DProfile.php152 public function setChildLink(ProfileChildLink $childLink) argument
154 $this->childLink = $childLink;
161 return $this->childLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php604 public $childLink; variable in Google_Account
612 $this->childLink = $childLink;
615 return $this->childLink;
738 public $childLink; variable in Google_CustomDataSource
759 $this->childLink = $childLink;
762 return $this->childLink;
2386 public $childLink; variable in Google_Profile
2414 $this->childLink = $childLink;
2417 return $this->childLink;
3002 public $childLink; variable in Google_Webproperty
[all …]
H A DGoogle_DriveService.php1971 public $childLink; variable in Google_ChildReference
1975 public function setChildLink( $childLink) { argument
1976 $this->childLink = $childLink;
1979 return $this->childLink;