Searched refs:placesLived (Results 1 – 2 of 2) sorted by relevance
2004 public $placesLived; variable in Google_Person2116 public function setPlacesLived(/* array(Google_PersonPlacesLived) */ $placesLived) { argument2117 $this->assertIsArray($placesLived, 'Google_PersonPlacesLived', __METHOD__);2118 $this->placesLived = $placesLived;2121 return $this->placesLived;
1927 public $placesLived; variable in Google_Person2051 public function setPlacesLived(/* array(Google_PersonPlacesLived) */ $placesLived) { argument2052 $this->assertIsArray($placesLived, 'Google_PersonPlacesLived', __METHOD__);2053 $this->placesLived = $placesLived;2056 return $this->placesLived;