/**
  * Constructor.
  */
 function PublishedMonograph()
 {
     parent::Monograph();
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  */
 function ReviewerSubmission()
 {
     parent::Monograph();
 }
Exemplo n.º 3
0
 /**
  * Constructor.
  */
 function AuthorSubmission()
 {
     parent::Monograph();
     $this->reviewAssignments = array();
 }
Exemplo n.º 4
0
 /**
  * Constructor.
  */
 function SeriesEditorSubmission()
 {
     parent::Monograph();
     $this->reviewAssignments = array();
     $this->removedReviewAssignments = array();
 }