Beispiel #1
0
 /**
  * Returns the path name for this notification
  * 
  * @return id 
  */
 public function getName()
 {
     return $this->notification->getId();
 }
Beispiel #2
0
 /**
  * Returns the etag for the notification.
  *
  * The etag must be surrounded by litteral double-quotes.
  *
  * @return string
  */
 public function getETag()
 {
     return $this->notification->getETag();
 }