Handle requests for the book-specific part of the public-facing catalog. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| book ($args, &$request) | |
| CatalogBookHandler () | |
| download ($args, &$request) | |
Handle requests for the book-specific part of the public-facing catalog.
Definition at line 22 of file CatalogBookHandler.inc.php.
| CatalogBookHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 40 of file CatalogBookHandler.inc.php.
| CatalogBookHandler.book | ( | $ | args, | |
| &$ | request | |||
| ) |
Display a published monograph in the public catalog.
| $args | array | |
| $request | PKPRequest |
Definition at line 55 of file CatalogBookHandler.inc.php.
| CatalogBookHandler.CatalogBookHandler | ( | ) |
Constructor
Definition at line 26 of file CatalogBookHandler.inc.php.
| CatalogBookHandler.download | ( | $ | args, | |
| &$ | request | |||
| ) |
Download a published monograph publication format.
| $args | array | |
| $request | PKPRequest |
Definition at line 112 of file CatalogBookHandler.inc.php.
1.7.1