/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People/Birthday.php (1331B)
date = $date;
}
public function getDate()
{
return $this->date;
}
public function setMetadata(Google_Service_People_FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
public function getMetadata()
{
return $this->metadata;
}
public function setText($text)
{
$this->text = $text;
}
public function getText()
{
return $this->text;
}
}