Internal: added an helper to get the currently loaded config file

SVN:trunk[1022]
This commit is contained in:
Romain Quetiez
2010-12-08 15:29:30 +00:00
parent 6338775506
commit b6883ed3b4

View File

@@ -832,6 +832,10 @@ class Config
{
return is_writable($this->m_sFile);
}
public function GetLoadedFile()
{
return $this->m_sFile;
}
/**
* Render the configuration as an associative array