mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Config: Add method getConfigObject to access the internal ConfigObject
This commit is contained in:
parent
e228404bf4
commit
f1f1710f47
@ -87,6 +87,16 @@ class Config implements Countable, Iterator, Selectable
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the internal ConfigObject
|
||||
*
|
||||
* @return ConfigObject
|
||||
*/
|
||||
public function getConfigObject()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
|
||||
/**
|
||||
* Provide a query for the internal config object
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user