friendica/src/Factory
Philipp Holzer 357d9b5108
Introduce HiddenString for Config-Values
2019-06-10 14:46:31 +02:00
..
CacheDriverFactory.php Support for APCu caching 2019-04-21 12:45:19 +02:00
ConfigFactory.php Adding ConfigFileSaver and tests 2019-03-24 13:47:35 +01:00
DBFactory.php Introduce HiddenString for Config-Values 2019-06-10 14:46:31 +02:00
DependencyFactory.php SetLogger fix 2019-04-14 18:40:39 +02:00
LoggerFactory.php friendica-6379 Monolog - logfile permission denied 2019-05-26 14:33:09 +02:00
ProfilerFactory.php Replace string namespaces with ::class 2019-02-24 13:40:54 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00

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.