caldavBackend = $caldavBackend; $this->notification = $notification; } /** * Returns the path name for this notification * * @return id */ public function getName() { return $this->notification->getId(); } /** * This method must return an xml element, using the * Sabre_CalDAV_Notifications_INotificationType classes. * * @return Sabre_DAVNotification_INotificationType */ public function getNotificationType() { return $this->notification; } }