add method getServices()

This commit is contained in:
Uwe Steinmann 2021-10-08 10:03:27 +02:00
parent 48898a67b7
commit 1737d43cd3

View File

@ -47,6 +47,10 @@ class SeedDMS_ConversionMgr {
return false;
}
public function getServices() {
return $this->services;
}
/**
* Convert a file
*