friendica/src/Module/Profile
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
..
Common.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Contacts.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Index.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Media.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Profile.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Schedule.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Status.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00