Свойство | Type | Description | |
---|---|---|---|
$checkin_day | integer | ||
$max_days | integer | ||
$min_days | integer |
Méthode | Description | |
---|---|---|
__construct ( $units, $min_days, $max_days, $start_date = NULL, $end_date = NULL, $checkin_day = NULL ) | ||
applyConstraint ( Roomify\Bat\Calendar\CalendarResponse &$calendar_response ) | ||
getCheckinDay ( ) : integer | ||
getMaxDays ( ) : integer | ||
getMinDays ( ) : integer | ||
setCheckinDay ( $checkin_day ) | ||
setMaxDays ( $max_days ) | ||
setMinDays ( $min_days ) | ||
toString ( ) : string | Generates a text describing an availability_constraint. |
Méthode | Description | |
---|---|---|
getWeekDay ( $day ) : string |
public __construct ( $units, $min_days, $max_days, $start_date = NULL, $end_date = NULL, $checkin_day = NULL ) | ||
$min_days | ||
$max_days | ||
$start_date | ||
$end_date | ||
$checkin_day |
public applyConstraint ( Roomify\Bat\Calendar\CalendarResponse &$calendar_response ) | ||
$calendar_response | Roomify\Bat\Calendar\CalendarResponse |