friendica/src/Factory
Philipp Holzer 52c7948526
Create HTTPClientFactory and introduce ImageTest
2021-08-25 14:22:42 +02:00
..
Api Adding the VAPID keys 2021-08-15 21:24:23 +00:00
Notification "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
CacheFactory.php Update copyright 2021-03-29 08:40:20 +02:00
ConfigFactory.php Update copyright 2021-03-29 08:40:20 +02:00
HTTPClientFactory.php Create HTTPClientFactory and introduce ImageTest 2021-08-25 14:22:42 +02:00
LockFactory.php Update copyright 2021-03-29 08:40:20 +02:00
LoggerFactory.php Update copyright 2021-03-29 08:40:20 +02:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
SessionFactory.php Parser is now session 2021-07-27 13:56:28 +00: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.