Cheetah
|
Public Member Functions | |
__construct ($date) | |
hasDate () | |
hasYear () | |
Definition at line 33 of file Birthday.php.
Facebook\GraphNodes\Birthday::__construct | ( | $date | ) |
Parses Graph birthday format to set indication flags, possible values:
MM/DD/YYYY MM/DD YYYY
Definition at line 56 of file Birthday.php.
Facebook\GraphNodes\Birthday::hasDate | ( | ) |
Returns whether date object contains birth day and month
Definition at line 71 of file Birthday.php.
Facebook\GraphNodes\Birthday::hasYear | ( | ) |
Returns whether date object contains birth year
Definition at line 81 of file Birthday.php.