Example #1
0
 /**
  * Get the base path for file storage
  * @return string
  */
 function getBasePath()
 {
     return parent::getBasePath() . '/journals/' . $this->contextId . '/';
 }
 /**
  * Get the storage directory for simple monograph files.
  */
 function getBasePath()
 {
     return parent::getBasePath() . 'simple/';
 }