Skip to content

Commit dbd8946

Browse files
committed
Fixes iCalendarUrl
1 parent ac3126d commit dbd8946

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: src/module/Phpug/src/Phpug/Entity/Usergroup.php

+20
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,16 @@ public function setIcalendar_Url($icalendar_url)
282282
return $this;
283283
}
284284

285+
/**
286+
* @param mixed $icalendar_url
287+
*/
288+
public function setIcalendarUrl($icalendar_url)
289+
{
290+
$this->icalendar_url = $icalendar_url;
291+
292+
return $this;
293+
}
294+
285295
/**
286296
* @param mixed $id
287297
*/
@@ -483,6 +493,16 @@ public function getIcalendar_url()
483493
return $this->icalendar_url;
484494
}
485495

496+
/**
497+
* Get the iCalendar-URL of this entity
498+
*
499+
* @return string
500+
*/
501+
public function getIcalendarUrl()
502+
{
503+
return $this->icalendar_url;
504+
}
505+
486506
/**
487507
* Get the UG-Type of this entity
488508
*

0 commit comments

Comments
 (0)