Public Member Functions

CoverHandler Class Reference

Component serving up cover images for submissions. More...

List of all members.

Public Member Functions

 authorize (&$request, $args, $roleAssignments)
 catalog ($args, &$request)
 cover ($args, &$request)
 CoverHandler ()
 getMonographId ()
getPress ()
 setMonographId ($monographId)
 setPress (&$press)
 thumbnail ($args, &$request)

Detailed Description

Component serving up cover images for submissions.

Definition at line 17 of file CoverHandler.inc.php.


Member Function Documentation

CoverHandler.authorize ( &$  request,
args,
roleAssignments 
)
See also:
PKPHandler.authorize()
Parameters:
$request PKPRequest
$args array
$roleAssignments array

Definition at line 37 of file CoverHandler.inc.php.

CoverHandler.catalog ( args,
&$  request 
)

Serve the cover catalog image for a published monograph.

Definition at line 112 of file CoverHandler.inc.php.

CoverHandler.cover ( args,
&$  request 
)

Serve the cover image for a published monograph.

Definition at line 78 of file CoverHandler.inc.php.

CoverHandler.CoverHandler (  ) 

Constructor

Definition at line 27 of file CoverHandler.inc.php.

CoverHandler.getMonographId (  ) 

Get the monograph ID

Returns:
int

Definition at line 55 of file CoverHandler.inc.php.

& CoverHandler.getPress (  ) 

Get the current press

Returns:
Press

Definition at line 71 of file CoverHandler.inc.php.

CoverHandler.setMonographId ( monographId  ) 

Set the monograph ID

Parameters:
$monographId int

Definition at line 47 of file CoverHandler.inc.php.

CoverHandler.setPress ( &$  press  ) 

Set the current press

Parameters:
$press Press

Definition at line 63 of file CoverHandler.inc.php.

CoverHandler.thumbnail ( args,
&$  request 
)

Serve the cover thumbnail for a published monograph.

Definition at line 95 of file CoverHandler.inc.php.


The documentation for this class was generated from the following file: