Base helper class for monograph file management tasks. More...
Public Member Functions | |
| BaseMonographFileManager ($pressId, $monographId) | |
| getBasePath () | |
| getMonographId () | |
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.
| BaseMonographFileManager.BaseMonographFileManager | ( | $ | pressId, | |
| $ | monographId | |||
| ) |
Constructor.
| $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().
1.7.1