| .. | ||
| Acctlink.php | ||
| Apps.php | ||
| Attach.php | ||
| Contact.php | ||
| Credits.php | ||
| Feed.php | ||
| Feedtest.php | ||
| Filer.php | ||
| Followers.php | ||
| Following.php | ||
| Group.php | ||
| Hashtag.php | ||
| Inbox.php | ||
| Install.php | ||
| Itemsource.php | ||
| Localtime.php | ||
| Login.php | ||
| Logout.php | ||
| Magic.php | ||
| Objects.php | ||
| Oembed.php | ||
| Outbox.php | ||
| Owa.php | ||
| Photo.php | ||
| Profile.php | ||
| Proxy.php | ||
| README.md | ||
| Register.php | ||
| Tos.php | ||
Friendica\Module
The Module namespace contains the different modules of Friendica.
Each module is loaded through the App.
Rules for Modules:
- Named like the call (i.e. https://friendica.test/contact =>
Contact) - Start with capitals and are not camelCased.
- Directly interacting with a given request (POST or GET)
- Extending
BaseModule.