/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PeopleService
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PeopleService/Birthday.php (1655B)
date = $date;
}
/**
* @return Date
*/
public function getDate()
{
return $this->date;
}
/**
* @param FieldMetadata
*/
public function setMetadata(FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return FieldMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param string
*/
public function setText($text)
{
$this->text = $text;
}
/**
* @return string
*/
public function getText()
{
return $this->text;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Birthday::class, 'Google_Service_PeopleService_Birthday');