Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
_roleAllowedPrePublicationAccess ( $journal ) : boolean | 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). | |
allowedIssuePrePublicationAccess ( $journal ) : boolean | Checks if this user is granted access to pre-publication issue galleys based on their roles in the journal (i.e. Manager, Editor, etc). | |
allowedPrePublicationAccess ( $journal, $article ) : boolean | Checks if this user is granted reader access to pre-publication articles based on their roles in the journal (i.e. Manager, Editor, etc). | |
smartyPrintIssueId ( $params, &$smarty ) : string | Smarty usage: {print_issue_id articleId="$articleId"} | |
subscribedDomain ( $journal, $issueId = null, $articleId = null ) : boolean | Checks if remote client domain or ip is allowed | |
subscribedUser ( $journal, $issueId = null, $articleId = null ) : boolean | Checks if user has subscription | |
subscriptionRequired ( &$issue, $journal = null ) : boolean | Checks if subscription is required for viewing the issue |
public _roleAllowedPrePublicationAccess ( $journal ) : boolean | ||
$journal | object | |
return | boolean |
public allowedIssuePrePublicationAccess ( $journal ) : boolean | ||
$journal | object | |
return | boolean |
public allowedPrePublicationAccess ( $journal, $article ) : boolean | ||
$journal | object | |
$article | object | |
return | boolean |
public smartyPrintIssueId ( $params, &$smarty ) : string | ||
return | string |
public subscribedDomain ( $journal, $issueId = null, $articleId = null ) : boolean | ||
return | boolean |
public subscribedUser ( $journal, $issueId = null, $articleId = null ) : boolean | ||
return | boolean |
public subscriptionRequired ( &$issue, $journal = null ) : boolean | ||
$issue | Issue | |
$journal | Journal | |
return | boolean |