Ejemplo n.º 1
0
 /**
  * Constructor.
  */
 function ReviewerSubmissionDAO()
 {
     parent::MonographDAO();
     $this->authorDao = DAORegistry::getDAO('AuthorDAO');
     $this->userDao = DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao = DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->submissionFileDao = DAORegistry::getDAO('SubmissionFileDAO');
     $this->submissionCommentDao = DAORegistry::getDAO('SubmissionCommentDAO');
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  */
 function PublishedMonographDAO()
 {
     parent::MonographDAO();
 }