Public Member Functions

BaseMonographFileManager Class Reference

Base helper class for monograph file management tasks. More...

Inheritance diagram for BaseMonographFileManager:
PressFileManager MonographFileManager SimpleMonographFileManager

List of all members.

Public Member Functions

 BaseMonographFileManager ($pressId, $monographId)
 getBasePath ()
 getMonographId ()

Detailed Description

Base helper class for monograph file management tasks.

Monograph directory structure: [monograph id]/note [monograph id]/public [monograph id]/submission [monograph id]/submission/original [monograph id]/submission/review [monograph id]/submission/review/attachment [monograph id]/submission/editor [monograph id]/submission/copyedit [monograph id]/submission/layout [monograph id]/attachment

Definition at line 29 of file BaseMonographFileManager.inc.php.


Member Function Documentation

BaseMonographFileManager.BaseMonographFileManager ( pressId,
monographId 
)

Constructor.

Parameters:
$pressId int
$monographId int

Definition at line 38 of file BaseMonographFileManager.inc.php.

References PressFileManager.PressFileManager().

Referenced by MonographFileManager.MonographFileManager(), and SimpleMonographFileManager.SimpleMonographFileManager().

BaseMonographFileManager.getBasePath (  ) 

Get the base path for file storage.

Reimplemented from PressFileManager.

Reimplemented in SimpleMonographFileManager.

Definition at line 50 of file BaseMonographFileManager.inc.php.

BaseMonographFileManager.getMonographId (  ) 

Get the monograph ID that this manager operates upon.

Definition at line 57 of file BaseMonographFileManager.inc.php.

Referenced by MonographFileManager._instantiateMonographFile(), and MonographFileManager.downloadFile().


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