]> git.mxchange.org Git - friendica.git/blobdiff - src/Capabilities/ICanHandleRequests.php
Update src/Capabilities/ICanHandleRequests.php
[friendica.git] / src / Capabilities / ICanHandleRequests.php
index 277340464394bfe7eef860949740db517a99e50f..1d02be4397dcd7bbe748fc621452d400e37c3e9b 100644 (file)
@@ -10,7 +10,7 @@ interface ICanHandleRequests
        /**
         * Initialization method common to both content() and post()
         *
-        * Extend this method if you need to do any shared processing before both
+        * Extend this method if you need to do any shared processing before either
         * content() or post()
         */
        public function init();
@@ -56,13 +56,6 @@ interface ICanHandleRequests
         */
        public function post();
 
-       /**
-        * Called after post()
-        *
-        * Unknown purpose
-        */
-       public function afterpost();
-
        /**
         * Module PUT method to process submitted data
         *