1
1
Fork 0
friendica_2019-12_sharedHos.../src/Factory
Philipp Holzer d56bd28a07
Refactor Cache/Lock to DICE
- Refactor Cache classes
- Refactor Lock classes
- Improved test speed (removed some seperate class annotations)
2019-08-03 20:51:58 +02:00
..
CacheDriverFactory.php Refactor Cache/Lock to DICE 2019-08-03 20:51:58 +02:00
ConfigFactory.php Remove DependencyFactory 2019-07-27 23:54:12 +02:00
LockDriverFactory.php Refactor Cache/Lock to DICE 2019-08-03 20:51:58 +02:00
LoggerFactory.php Remove DependencyFactory 2019-07-27 23:54:12 +02:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00

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.