mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-06 13:19:54 +00:00
add method getServices()
This commit is contained in:
parent
48898a67b7
commit
1737d43cd3
|
@ -47,6 +47,10 @@ class SeedDMS_ConversionMgr {
|
|||
return false;
|
||||
}
|
||||
|
||||
public function getServices() {
|
||||
return $this->services;
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert a file
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user