/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People/Residence.php (1263B)
current = $current;
}
public function getCurrent()
{
return $this->current;
}
public function setMetadata(Google_Service_People_FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
public function getMetadata()
{
return $this->metadata;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}