Files
FreshRSS/lib
Marien Fressinaud 91e2d4936d Add support of configuration_setter
A configuration setter must implement only one method: `handle($key, $value)`.
Before setting a value in configuration, the setter will be called with this
method to check its validity.
If a setter has been assigned to a configuration object, it will be called for
each of its data so be careful to always return a value (or null if you want
to delete the key).

See https://github.com/FreshRSS/FreshRSS/issues/730
2015-01-07 15:57:27 +01:00
..
2015-01-07 15:57:27 +01:00
2013-12-01 16:55:41 +01:00
2014-06-01 14:56:50 +02:00
2013-11-04 23:34:07 +01:00
2015-01-07 15:37:24 +01:00