/**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function AllReviewsInNotificationManager($notificationType)
 {
     parent::ReviewRoundNotificationManager($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function __construct($notificationType)
 {
     parent::__construct($notificationType);
 }