]> git.mxchange.org Git - friendica.git/blob - src/Factory/README.md
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Factory / 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.