friendica/src/App
Philipp Holzer 8bdd90066f
Make BaseModule a real entity
- Add all dependencies, necessary to run the content (baseUrl, Arguments)
- Encapsulate all POST/GET/DELETE/PATCH/PUT methods as protected methods inside the BaseModule
- Return Module content ONLY per `BaseModule::run()` (including the Hook logic there as well)
2021-11-27 12:40:36 +01:00
..
Arguments.php Split and delete ModuleController 2021-11-27 12:39:45 +01:00
BaseURL.php Cleanup namespaces 2021-10-26 22:11:10 +02:00
Mode.php Add feedback :) 2021-11-27 12:39:46 +01:00
Page.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Router.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00