Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php2004 public $placesLived; variable in Google_Person
2116 public function setPlacesLived(/* array(Google_PersonPlacesLived) */ $placesLived) { argument
2117 $this->assertIsArray($placesLived, 'Google_PersonPlacesLived', __METHOD__);
2118 $this->placesLived = $placesLived;
2121 return $this->placesLived;
H A DGoogle_PlusService.php1927 public $placesLived; variable in Google_Person
2051 public function setPlacesLived(/* array(Google_PersonPlacesLived) */ $placesLived) { argument
2052 $this->assertIsArray($placesLived, 'Google_PersonPlacesLived', __METHOD__);
2053 $this->placesLived = $placesLived;
2056 return $this->placesLived;