vendor/elements/demi-bundle/src/Elements/Demi/Model/AccommodationServiceProvider.php line 41

Open in your IDE?
  1. <?php
  2. /**
  3.  * Elements DeMI
  4.  *
  5.  * This source file is available under the elements DeMI license version 1
  6.  *
  7.  *  @copyright  Copyright (c) elements.at New Media Solutions GmbH (https://www.elements.at/)
  8.  *  @license    elements DeMI Lizenz Version 1 (https://www.elements.at/de/demi-lizenz)
  9.  */
  10. namespace Elements\Demi\Model;
  11. /**
  12.  * \Elements\Demi\Deskline\DataObject\Adapter\AccommodationServiceProvider
  13.  *
  14.  * @method \Elements\Demi\Model\Description[] demiGetDescriptions(\DateTime $filterDate = null)
  15.  * @method array demiGetStars()
  16.  * @method \Elements\Demi\Model\DocumentGeneral[] | \Elements\Demi\Model\DocumentImage[] demiGetDocuments(\DateTime $filterDate = null)
  17.  * @method string getDescription(array $type = null, string $language = null, \DateTime $filterDate = null)
  18.  * @method \Pimcore\Model\Asset\Image getFirstImage(array $types = null, \DateTime $filterDate = null)
  19.  * @method \Pimcore\Model\DataObject\DemiDocumentImage getFirstImageDocument(array $types = null, \DateTime $filterDate = null)
  20.  * @method \Pimcore\Model\DataObject\DemiDocumentImage[] getImageDocuments(array $types = null, bool $withChilds = true, \DateTime $filterDate = null)
  21.  * @method \Pimcore\Model\Asset\Image[] getImages(array $types = null, bool $withChilds = true, \DateTime $filterDate = null)
  22.  * @method \Pimcore\Model\Asset[] getGeneralDocuments(array $types = null, bool $withChilds = true, \DateTime $filterDate = null)
  23.  * @method \Elements\Demi\Model\AccommodationProduct[] getAccommodations(bool $includePackageProducts = true)
  24.  * @method \Elements\Demi\Model\AdditionalProduct[] getAdditions(\DateTime $filterDate = null)
  25.  * @method string getCategoryNames(int $amount = 2)
  26.  * @method string getServiceProviderDescription(string $language = null, \DateTime $filterDate = null)
  27.  * @method string getServiceProviderCondition(string $language = null, \DateTime $filterDate = null)
  28.  * @method string getServiceProviderArrivalVoucher(string $language = null, \DateTime $filterDate = null)
  29.  * @method \Pimcore\Model\DataObject\Fieldcollection\Data\DemiAddress getAddress(array $types = array(self::ADDRESS_OBJECT, self::ADDRESS_INFO, self::ADDRESS_OWNER))
  30.  * @method \Elements\Demi\Model\AdditionalService[] demiGetAdditionalServices(bool $noFilter = false, \DateTime $filterDate = null)
  31.  * @method string getUrl($viewOrOptions = null, string $show = "accommodation", $path = null, $layout = null, $route = null, $skipLayout = false, $language = null)
  32.  * @method string getDetailPath($view, $language)
  33.  * @method bool hasGeoData()
  34.  * @method string getGTC(\DateTime $filterDate, string $language = null)
  35.  * @method \Elements\Demi\Model\Description[] demiGetGTCs(\DateTime $filterDate = null, string $language = null)
  36.  * @method \Elements\Demi\Model\Region getRegion()
  37.  */
  38. class AccommodationServiceProvider extends \Pimcore\Model\DataObject\DemiAccommodationServiceProvider
  39. {
  40. }