]> git.mxchange.org Git - friendica.git/blob - README.md
572d9403c9f02eb4f7a5181e1286d63497da491b
[friendica.git] / README.md
1 ## Friendica\Factory
2
3 This namespace contains Factories.
4 A Factory is used to create specific objects based on its configuration.
5
6 See [Factory Method](https://designpatternsphp.readthedocs.io/en/latest/Creational/FactoryMethod/README.html)
7
8 Use the classes inside this directory if you want to change the way how new objects should get created.
9 Don't use the classes to change the behaviour of the concrete objects.