1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Factory
2020-08-18 20:30:24 +00:00
..
Api Add Twitter User Object and Factory 2020-06-08 21:51:42 -04:00
Notification Using a constant value for the default avatar 2020-08-18 20:30:24 +00:00
CacheFactory.php
ConfigFactory.php
LockFactory.php
LoggerFactory.php
README.md
SessionFactory.php Generate callstack value from inside Profiler::saveTimestamp 2020-07-27 02:33:05 -04:00

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.