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…
Reference in New Issue