friendica/src/Factory
Philipp Holzer d39ee428f0
Introduce "static/env.config.php" for environment variable mapping to config cache entries
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)
2020-10-06 20:43:29 +02:00
..
Api Apply suggestions from code review 2020-09-08 03:39:51 +02:00
Notification Using a constant value for the default avatar 2020-08-18 20:30:24 +00:00
CacheFactory.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
ConfigFactory.php Introduce "static/env.config.php" for environment variable mapping to config cache entries 2020-10-06 20:43:29 +02:00
LockFactory.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
LoggerFactory.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
SessionFactory.php Generate callstack value from inside Profiler::saveTimestamp 2020-07-27 02:33:05 -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.