mirror of
https://github.com/friendica/friendica
synced 2024-11-13 13:02:54 +00:00
92fb0a82ca
- Move settings, defaults and dbstructure to directory 'static' - Dynamic loading of config files (after the static loading) - Filter out '-sample.config.php' and '-sample.ini.php' files - Remove unnecessary ConfigFileManager - Move ConfigFileLoader to Utils - Add tests for multi-loading for INI, config and sample-filtering |
||
---|---|---|
.. | ||
CacheDriverFactory.php | ||
ConfigFactory.php | ||
DBFactory.php | ||
DependencyFactory.php | ||
LoggerFactory.php | ||
ProfilerFactory.php | ||
README.md |
Friendica\Factory
This namespace contains Factories. A Factory is used to create specific objects based on its configuration.
See Factory Method
Use the classes inside this directory if you want to change the way how new objects should get created. Don't use the classes to change the behaviour of the concrete objects.