Example #1
0
 /**
  * Returns the notification instance used by this phprojekt item.
  *
  * @return Phprojekt_Notification An intance of Phprojekt_Notification.
  */
 public function getNotification()
 {
     $notification = new Phprojekt_Notification();
     $notification->setModel($this);
     return $notification;
 }