Publication format sub-page handler. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| fetchPublicationFormat ($args, $request) | |
| initialize (&$request, $args) | |
| PublicationFormatHandler () | |
| setupTemplate () | |
Publication format sub-page handler.
Definition at line 21 of file PublicationFormatHandler.inc.php.
| PublicationFormatHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
Definition at line 41 of file PublicationFormatHandler.inc.php.
| PublicationFormatHandler.fetchPublicationFormat | ( | $ | args, | |
| $ | request | |||
| ) |
Display the publication format template (grid + actions).
| $args | array | |
| $request | PKPRequest |
Definition at line 94 of file PublicationFormatHandler.inc.php.
| PublicationFormatHandler.initialize | ( | &$ | request, | |
| $ | args | |||
| ) |
Definition at line 61 of file PublicationFormatHandler.inc.php.
References setupTemplate().
| PublicationFormatHandler.PublicationFormatHandler | ( | ) |
Constructor
Definition at line 25 of file PublicationFormatHandler.inc.php.
| PublicationFormatHandler.setupTemplate | ( | ) |
Setup variables for the template
| $request | Request |
Definition at line 69 of file PublicationFormatHandler.inc.php.
Referenced by initialize().
1.7.1