friendica/src/Factory
Philipp Holzer 493b428991
require_once dbstructure.config.php for HTTPClientFactory.php in case we didn't load the DB
2021-10-18 19:36:56 +02:00
..
Api Migrate PermissionSet to Depository paradigm 2021-10-07 19:53:38 +02:00
CacheFactory.php Update copyright 2021-03-29 08:40:20 +02:00
ConfigFactory.php Move path determination logic into the `ConfigFactory` 2021-09-12 13:44:29 +02:00
HTTPClientFactory.php require_once dbstructure.config.php for HTTPClientFactory.php in case we didn't load the DB 2021-10-18 19:36:56 +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 Remove disturbing/superfluous logging messages 2021-10-02 23:11:33 +02: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.