public function RoomsEventInterface::sameYear in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Checks if the event starts and ends in the same year.
Return value
bool TRUE if the event starts and ends in the same year, FALSE otherwise
1 method overrides RoomsEventInterface::sameYear()
- RoomsEvent::sameYear in includes/
rooms.event.inc - Checks if the event starts and ends in the same year.
File
- includes/
rooms.event_interface.inc, line 39
Class
- RoomsEventInterface
- Class RoomsEventInterface The basic rooms event interface.
Code
public function sameYear();