public function RoomsEventInterface::endYear in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Returns the booking end year.
Parameters
string $format: The format string to return.
Return value
string The year formatted string.
1 method overrides RoomsEventInterface::endYear()
- RoomsEvent::endYear in includes/
rooms.event.inc - Returns the booking end year.
File
- includes/
rooms.event_interface.inc, line 100
Class
- RoomsEventInterface
- Class RoomsEventInterface The basic rooms event interface.
Code
public function endYear($format = 'Y');