Commit Graph

14 Commits

Author SHA1 Message Date
Hypolite Petovan
89d6c89b67 Revert "Replace Module::init() with Constructors" 2021-11-19 07:23:23 -05:00
Philipp
ce578a7745 Replace Module::init() with Constructors 2021-11-17 22:14:33 +01:00
Philipp
489cd0884a Make BaseModule methods dynamic 2021-11-14 23:49:06 +01:00
Philipp
714f0febc4 Replace $parameters argument per method with static::$parameters 2021-11-14 23:49:05 +01:00
Balázs Úr
054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
nupplaPhil
23c64b9a11 Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
nupplaPhil
e2b2778e0a Refactor dynamic App::getLogger() to static DI::logger() 2019-12-29 20:17:41 +01:00
nupplaPhil
fceb4f3823 Refactor dynamic App::getConfig() to static DI::config() 2019-12-29 20:17:40 +01:00
nupplaPhil
1de3f186d7 Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00
Michael
8c03bdada9 parameters now are having a default value and are optional 2019-11-05 21:48:54 +00:00
Michael
bd62d548db Added parameters 2019-11-05 20:22:54 +00:00
Michael
abe6724629 Added parameter to rawContent 2019-11-05 19:16:26 +00:00
Hypolite Petovan
41f781c52a Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
Philipp Holzer
07ba1b200c Add routes for current BaseModules 2019-05-01 21:29:04 +02:00