mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
CoreApi: add a note for getConstants, still TBD
This commit is contained in:
parent
3a9580e4ca
commit
b5ba2b7da9
@ -118,6 +118,11 @@ class CoreApi
|
||||
);
|
||||
}
|
||||
|
||||
public function getConstants()
|
||||
{
|
||||
// TODO: var results = []; for (k => v in globals) { if (typeof(v) in [String, Number, Boolean]) { results.add(k) } }; results
|
||||
}
|
||||
|
||||
public function hasModule($moduleName)
|
||||
{
|
||||
$modules = $this->getModules();
|
||||
|
Loading…
x
Reference in New Issue
Block a user