mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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;
|
$this->to = $to;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getInfo() {
|
||||||
|
return "Pass through document contents";
|
||||||
|
}
|
||||||
|
|
||||||
public function convert($infile, $target = null, $params = array()) {
|
public function convert($infile, $target = null, $params = array()) {
|
||||||
if($target) {
|
if($target) {
|
||||||
file_put_contents($target, file_get_contents($infile));
|
file_put_contents($target, file_get_contents($infile));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user