function BirthdaysBirthday::getYear in Birthdays 7
Return value
The year or 0.
File
- ./
birthdays_birthday.inc, line 277 - The BirthdaysBirthday class.
Class
- BirthdaysBirthday
- Converts between different data representations and do calculations on a birthday.
Code
function getYear() {
return $this->value['year'];
}