Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
CacheFactory.php | 3 years ago | |
ConfigFactory.php | 3 years ago | |
LockFactory.php | 3 years ago | |
LoggerFactory.php | 3 years ago | |
README.md | 3 years ago |
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.