diff options
Diffstat (limited to 'lib/public/Activity/IEvent.php')
-rw-r--r-- | lib/public/Activity/IEvent.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/public/Activity/IEvent.php b/lib/public/Activity/IEvent.php index 6d587c381c2..c4becf54a7e 100644 --- a/lib/public/Activity/IEvent.php +++ b/lib/public/Activity/IEvent.php @@ -293,6 +293,18 @@ interface IEvent { public function getIcon(); /** + * @param IEvent $child + * @since 9.2.0 + */ + public function setChildEvent(IEvent $child); + + /** + * @return IEvent|null + * @since 9.2.0 + */ + public function getChildEvent(); + + /** * @return bool * @since 9.2.0 */ |