EventDTO
class EventDTO (View source)
Data Transfer Object representing an event.
Methods
__construct(string $name, string|null $nameEn = null, string|null $location = null, DateTimeInterface|null $date = null, string|null $url = null, string|null $externalId = null)
EventDTO constructor.
Details
__construct(string $name, string|null $nameEn = null, string|null $location = null, DateTimeInterface|null $date = null, string|null $url = null, string|null $externalId = null)
EventDTO constructor.