<?php
/**
* Elements DeMI
*
* This source file is available under the elements DeMI license version 1
*
* @copyright Copyright (c) elements.at New Media Solutions GmbH (https://www.elements.at/)
* @license elements DeMI Lizenz Version 1 (https://www.elements.at/de/demi-lizenz)
*/
namespace Elements\Demi\Model;
/**
* @method \Elements\Demi\Model\DocumentGeneral[] | \Elements\Demi\Model\DocumentImage[] demiGetDocuments(\DateTime $filterDate = null)
* @method \Elements\Demi\Model\Description[] demiGetDescriptions(\DateTime $filterDate = null)
* @method string getDescription(array $type = null, string $language = null, \DateTime $filterDate = null)
* @method string getEventHeader(\DateTime $filterDate = null)
* @method \Pimcore\Model\Asset\Image getFirstImage(array $types = null, \DateTime $filterDate = null)
* @method \Pimcore\Model\Asset\Image getImages(array $types = null, \DateTime $filterDate = null)
* @method \Elements\Demi\Model\DocumentImage[] getImageDocuments(array $types = null, \DateTime $filterDate = null)
* @method \Pimcore\Model\Asset getGeneralDocuments(array $types = null, \DateTime $filterDate = null)
* @method \Pimcore\Model\Asset[] getGeneralDocumentsAsDocuments(array $types = null, \DateTime $filterDate = null)
* @method string getDetailPath($view)
*/
class Event extends \Pimcore\Model\DataObject\DemiEvent implements \Elements\Demi\Deskline\Constant\DescriptionInterface, \Elements\Demi\Deskline\Constant\DocumentInterface, \Elements\Demi\Deskline\Constant\AddressInterface, \Elements\Demi\Deskline\Constant\ConnectedEntryInterface
{
}