We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac3126d + dbd8946 commit d98a3e1Copy full SHA for d98a3e1
src/module/Phpug/src/Phpug/Entity/Usergroup.php
@@ -282,6 +282,16 @@ public function setIcalendar_Url($icalendar_url)
282
return $this;
283
}
284
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
295
/**
296
* @param mixed $id
297
*/
@@ -483,6 +493,16 @@ public function getIcalendar_url()
483
493
return $this->icalendar_url;
484
494
485
495
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
486
506
487
507
* Get the UG-Type of this entity
488
508
*
0 commit comments