mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
add method getInfo()
This commit is contained in:
parent
31db5f69fe
commit
90555f9728
|
@ -28,6 +28,10 @@ class SeedDMS_ConversionServiceTextToText extends SeedDMS_ConversionServiceBase
|
|||
$this->to = $to;
|
||||
}
|
||||
|
||||
public function getInfo() {
|
||||
return "Pass through document contents";
|
||||
}
|
||||
|
||||
public function convert($infile, $target = null, $params = array()) {
|
||||
if($target) {
|
||||
file_put_contents($target, file_get_contents($infile));
|
||||
|
|
Loading…
Reference in New Issue
Block a user