_roleAllowedPrePublicationAccess() 공개 메소드

Checks if this user is granted access to pre-publication galleys based on role based on their roles in the journal (i.e. Manager, Editor, etc).
public _roleAllowedPrePublicationAccess ( $journal ) : boolean
$journal object
리턴 boolean
예제 #1
0
 /**
  * Checks if this user is granted access to pre-publication issue galleys
  * based on their roles in the journal (i.e. Manager, Editor, etc).
  * @param $journal object
  * @param $issue object
  * @return bool
  */
 function allowedIssuePrePublicationAccess($journal)
 {
     return IssueAction::_roleAllowedPrePublicationAccess($journal);
 }