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