_notificationMetadata = $notificationMetadata; $this->_notificationType = $notificationType; parent::__construct($data); } /** * Return the type of notification to determine * what the implementation type is * * @return string notification type */ public function getNotificationType() { return $this->_notificationType; } /** * Return the metadata for the ipn notification * * @return NotificationMetadata notificationMetadata */ public function getNotificationMetadata() { return $this->_notificationMetadata; } } ?>