Helper class for simple monograph file management tasks. Simple monograph files are not backed in the usual monograph_files manner and are not versioned. More...
Public Member Functions | |
| getBasePath () | |
| SimpleMonographFileManager ($pressId, $monographId) | |
Helper class for simple monograph file management tasks. Simple monograph files are not backed in the usual monograph_files manner and are not versioned.
Monograph directory structure: [monograph id]/simple
Definition at line 22 of file SimpleMonographFileManager.inc.php.
| SimpleMonographFileManager.getBasePath | ( | ) |
Get the storage directory for simple monograph files.
Reimplemented from BaseMonographFileManager.
Definition at line 33 of file SimpleMonographFileManager.inc.php.
| SimpleMonographFileManager.SimpleMonographFileManager | ( | $ | pressId, | |
| $ | monographId | |||
| ) |
Constructor.
Definition at line 26 of file SimpleMonographFileManager.inc.php.
References BaseMonographFileManager.BaseMonographFileManager().
1.7.1