/**
  * Constructor.
  */
 function StageParticipantNotifyForm($itemId, $itemType, $template = null)
 {
     parent::PKPStageParticipantNotifyForm($itemId, $itemType, $template);
 }
 /**
  * Constructor.
  */
 function __construct($itemId, $itemType, $stageId, $template = null)
 {
     parent::__construct($itemId, $itemType, $stageId, $template);
 }