friendica/src/Factory
Philipp Holzer 0e84a843a4
Add Fallback in case the logfile isn't accessible.
- Fixes https://github.com/friendica/friendica/issues/7756#issuecomment-544227862
2019-10-21 21:53:55 +02:00
..
CacheFactory.php moved rest of BaseURL 2019-08-15 17:36:07 +02:00
ConfigFactory.php Remove DependencyFactory 2019-07-27 23:54:12 +02:00
LockFactory.php Remove unnecessary parameter 2019-08-17 19:41:59 +02:00
LoggerFactory.php Add Fallback in case the logfile isn't accessible. 2019-10-21 21:53:55 +02:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04: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.