Property | Type | Description | |
---|---|---|---|
$article | article associated with the request * | ||
$galley | galley associated with the request * | ||
$issue | issue associated with the request * | ||
$journal | journal associated with the request * |
Method | Description | |
---|---|---|
__construct ( ) | Constructor | |
authorize ( $request, &$args, $roleAssignments ) | ||
cite ( $args, $request ) | Fetch an item citation | |
download ( array $args, PKPRequest $request ) | Download an article file | |
downloadSuppFile ( $args, $request ) | Download a supplementary file. | |
initialize ( $request, $args ) | ||
setupTemplate ( $request ) | Set up the template. (Load required locale components.) | |
userCanViewGalley ( $request, $articleId, $galleyId = null ) | Determines whether a user can view this article galley or not. | |
view ( $args, $request ) | View Article. (Either article landing page or galley view.) | |
viewFile ( $args, $request ) | Download an article file For deprecated OJS 2.x URLs; see https://github.com/pkp/pkp-lib/issues/1541 |
public downloadSuppFile ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |
public setupTemplate ( $request ) | ||
$request | PKPRequest |
public userCanViewGalley ( $request, $articleId, $galleyId = null ) | ||
$request | Request | |
$articleId | string | |
$galleyId | int or string |
public view ( $args, $request ) | ||
$args | array | |
$request | Request |
public viewFile ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |