From e4606f2d87be0073bcba02fc5878b768260f4a7f Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 12 Mar 2016 12:35:30 +0100 Subject: * calendar group DTOs --- app/php/dto/CalendarDTO.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/php/dto/CalendarDTO.php (limited to 'app/php/dto/CalendarDTO.php') diff --git a/app/php/dto/CalendarDTO.php b/app/php/dto/CalendarDTO.php new file mode 100644 index 0000000..302fcf4 --- /dev/null +++ b/app/php/dto/CalendarDTO.php @@ -0,0 +1,19 @@ +ID = $calendarRecord->UID; + $this->Name = $calendarRecord->Name; + $this->Website = $calendarRecord->Website; + } + +} + +?> -- cgit v1.2.3