This is the complete list of members for InifileConfiguration, including all inherited members.
| __construct($configPath, $cachePath=null) | InifileConfiguration | |
| __toString() | InifileConfiguration | |
| addConfiguration($name, $processValues=true) | InifileConfiguration | |
| buildLookupTable() | InifileConfiguration | protected |
| checkFileDate($fileList, $referenceFile) | InifileConfiguration | protected |
| configChanged() | InifileConfiguration | protected |
| configMerge($array1, $array2, $override) | InifileConfiguration | protected |
| createSection($section) | InifileConfiguration | |
| getBooleanValue($key, $section) | InifileConfiguration | |
| getConfigIncludes($array) | InifileConfiguration | protected |
| getConfigPath() | InifileConfiguration | |
| getConfigurations() | InifileConfiguration | |
| getDirectoryValue($key, $section) | InifileConfiguration | |
| getFileValue($key, $section) | InifileConfiguration | |
| getKey($value, $section) | InifileConfiguration | |
| getSection($section, $includeMeta=false) | InifileConfiguration | |
| getSections() | InifileConfiguration | |
| getSerializeFilename($parsedFiles) | InifileConfiguration | protected |
| getValue($key, $section) | InifileConfiguration | |
| hasSection($section) | InifileConfiguration | |
| hasValue($key, $section) | InifileConfiguration | |
| isEditable($section) | InifileConfiguration | |
| isModified() | InifileConfiguration | |
| lookup($section, $key=null) | InifileConfiguration | protected |
| parseIniFile($filename) | InifileConfiguration | protected |
| processFile($filename, $configArray=[], $parsedFiles=[]) | InifileConfiguration | protected |
| processValue(&$value) | InifileConfiguration | protected |
| processValues() | InifileConfiguration | protected |
| removeKey($key, $section) | InifileConfiguration | |
| removeSection($section) | InifileConfiguration | |
| renameKey($oldname, $newname, $section) | InifileConfiguration | |
| renameSection($oldname, $newname) | InifileConfiguration | |
| serialize() | InifileConfiguration | protected |
| setValue($key, $value, $section, $createSection=true) | InifileConfiguration | |
| unserialize($parsedFiles) | InifileConfiguration | protected |
| writeConfiguration($name) | InifileConfiguration | |