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