/**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function PendingRevisionsNotificationManager($notificationType)
 {
     parent::RevisionsNotificationManager($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function AllRevisionsInNotificationManager($notificationType)
 {
     parent::RevisionsNotificationManager($notificationType);
 }