Searched refs:childLink (Results 1 – 6 of 6) sorted by relevance
58 public function setChildLink(AccountChildLink $childLink) argument60 $this->childLink = $childLink;67 return $this->childLink;
101 public function setChildLink(CustomDataSourceChildLink $childLink) argument103 $this->childLink = $childLink;110 return $this->childLink;
110 public function setChildLink(WebpropertyChildLink $childLink) argument112 $this->childLink = $childLink;119 return $this->childLink;
152 public function setChildLink(ProfileChildLink $childLink) argument154 $this->childLink = $childLink;161 return $this->childLink;
604 public $childLink; variable in Google_Account612 $this->childLink = $childLink;615 return $this->childLink;738 public $childLink; variable in Google_CustomDataSource759 $this->childLink = $childLink;762 return $this->childLink;2386 public $childLink; variable in Google_Profile2414 $this->childLink = $childLink;2417 return $this->childLink;3002 public $childLink; variable in Google_Webproperty[all …]
1971 public $childLink; variable in Google_ChildReference1975 public function setChildLink( $childLink) { argument1976 $this->childLink = $childLink;1979 return $this->childLink;