/**
  * Constructor
  */
 function __construct()
 {
     // Get access to the monograph file constants.
     AppLocale::requireComponents(LOCALE_COMPONENT_PKP_SUBMISSION);
     import('lib.pkp.classes.submission.SubmissionFile');
     parent::__construct();
     $this->addRoleAssignment(array(ROLE_ID_AUTHOR), array('fetch', 'fetchRow', 'fetchOptions', 'save'));
 }
 /**
  * Constructor
  */
 function __construct()
 {
     // Get access to the monograph file constants.
     import('lib.pkp.classes.submission.SubmissionFile');
     parent::__construct(SUBMISSION_FILE_PROOF);
 }