friendica/src/Factory
Hypolite Petovan 608e634858 Update Mastodon API with new profile field entity 2020-01-29 23:30:38 -05:00
..
Api/Mastodon Update Mastodon API with new profile field entity 2020-01-29 23:30:38 -05:00
Notification Merge "notification" routes 2020-01-28 23:21:24 +01:00
CacheFactory.php Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01:00
ConfigFactory.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
LockFactory.php Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01:00
LoggerFactory.php Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
SessionFactory.php Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01: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.