diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-06-12 21:18:31 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-06-13 13:34:20 +0200 |
commit | fcd657040e90b957068be0c6010faa78020cf05d (patch) | |
tree | 408f52fb71a955ab2bf13a3b8f89c6d293b217e6 /Zotlabs | |
parent | 605f9825209584cc79247ef8a45fda956968a19c (diff) | |
download | volse-hubzilla-fcd657040e90b957068be0c6010faa78020cf05d.tar.gz volse-hubzilla-fcd657040e90b957068be0c6010faa78020cf05d.tar.bz2 volse-hubzilla-fcd657040e90b957068be0c6010faa78020cf05d.zip |
Module\Rpost: Just a little bit of doc.
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Rpost.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Module/Rpost.php b/Zotlabs/Module/Rpost.php index 286eb6459..45f19d7e7 100644 --- a/Zotlabs/Module/Rpost.php +++ b/Zotlabs/Module/Rpost.php @@ -30,6 +30,12 @@ require_once('include/conversation.php'); */ class Rpost extends \Zotlabs\Web\Controller { + /** + * Handle requests. + * + * Despite it's name, this method handles both POST and GET requests + * to the module. + */ public function get(): string { $channel_id = local_channel(); |