friendica/src/Factory
Philipp Holzer eb024a3718
Refactor L10n for testing
- Moving L10n to L10n\L10n
- Adding constructor information
- Adding to factory
- simplify/speedup tests
2019-07-16 16:44:47 +02:00
..
CacheDriverFactory.php Support for APCu caching 2019-04-21 12:45:19 +02:00
ConfigFactory.php Refactor PConfiguration 2019-07-15 20:13:53 +02:00
DBFactory.php Splitting ConfigCache & PConfigCache 2019-07-12 22:53:37 +02:00
DependencyFactory.php Refactor L10n for testing 2019-07-16 16:44:47 +02:00
LoggerFactory.php Moving from DBA to Database 2019-06-24 09:36:07 +02:00
ProfilerFactory.php Splitting ConfigCache & PConfigCache 2019-07-12 22:53:37 +02: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.