friendica/src/Factory
Philipp 27e4586597
Move path determination logic into the `ConfigFactory`
2021-09-12 13:44:29 +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
ConfigFactory.php Move path determination logic into the `ConfigFactory` 2021-09-12 13:44:29 +02:00
HTTPClientFactory.php Realy fix setCookieJar 2021-08-25 21:32:44 +02:00
LockFactory.php
LoggerFactory.php
README.md
SessionFactory.php

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.