WritableConfiguration.php
Implementations of WritableConfiguration allow to change the whole or parts of the configuration and ...
Definition: WritableConfiguration.php:19
renameKey($oldname, $newname, $section)
Rename a key in a section.
setValue($key, $value, $section, $createSection=true)
Create a key/value pair in a section.
renameSection($oldname, $newname)
Rename a section.
removeKey($key, $section)
Remove a key from a section.
writeConfiguration($name)
Persist the configuration changes.