ModulService ModulService(
)
|
|
void activateModul(
$modulID, [
$cid = null]
)
|
|
Activates the Modul for the given Consumer.
Parameters:
void createModul(
$name
)
|
|
Parameters:
void deactivateModul(
$modulID, [
$cid = null]
)
|
|
Deactivates the Modul for the given Consumer.
Parameters:
API Tags:
| Return: | a ModuleEnumeration above all existing Modules |
array getModulProperties(
$menu, [
$modul = null], [
$props = array()]
)
|
|
Get an Array with all configured Properties (which can be set by the ModulAdmin Application), mentioned in the Moduls Ini File.
If you pass null as Modul, the Menus configured Modul will be used!
You can set default values by passing the $props Array with correct keys. If a value does not exist, and is also not passed in the fallback Array $props, it will at least be looked-up in the Ini File. When the value can still not be found, it is defined to be null!
Parameters:
API Tags:
| Return: | the Modul Configuration with all intialized keys |