bat-8.x-1.x-dev/modules/bat_roomify/src/Calendar/Calendar.php

modules/bat_roomify/src/Calendar/Calendar.php
<?php

/**
 * @file
 * Class Calendar
 */

namespace Drupal\bat_roomify\Calendar;

use Drupal\bat_roomify\Calendar\AbstractCalendar;

/**
 * Handles querying and updating the availability information
 * relative to a single bookable unit based on BAT's data structure
 */
class Calendar extends AbstractCalendar {

  /**
   * @param $units
   * @param $store
   * @param $default_value
   */
  public function __construct($units, $store, $default_value = 0) {
    $this->units = $units;
    $this->store = $store;
    $this->default_value = $default_value;
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc