/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService/Date.php (1090B)
day = $day;
}
public function getDay()
{
return $this->day;
}
public function setMonth($month)
{
$this->month = $month;
}
public function getMonth()
{
return $this->month;
}
public function setYear($year)
{
$this->year = $year;
}
public function getYear()
{
return $this->year;
}
}