You are here

public static function BirthdaysBirthday::fromEmpty in Birthdays 7

Creates an empty birthday value.

Return value

A BirthdaysBirthday instance.

1 call to BirthdaysBirthday::fromEmpty()
BirthdaysBirthday::fromDate in ./birthdays_birthday.inc
Creates a birthday from values.

File

./birthdays_birthday.inc, line 31
The BirthdaysBirthday class.

Class

BirthdaysBirthday
Converts between different data representations and do calculations on a birthday.

Code

public static function fromEmpty() {
  return new BirthdaysBirthday();
}