mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add method getPreviewDir()
This commit is contained in:
parent
8cdafe49e0
commit
ba8a2d5d87
|
@ -135,6 +135,15 @@ class SeedDMS_Preview_Base {
|
|||
}
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Get preview dir
|
||||
*
|
||||
* @return string name of preview directory on disc
|
||||
*/
|
||||
public function getPreviewDir() { /* {{{ */
|
||||
return $this->previewDir;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Set a list of converters
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user