From: Chuck Hagenbuch Date: Tue, 15 Sep 2009 02:47:41 +0000 (-0400) Subject: include the abstract send() method X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ce9117ff9aebbb5138552e8ebe57dfd9c34382e9;p=horde.git include the abstract send() method --- diff --git a/framework/Http/lib/Horde/Http/Request/Base.php b/framework/Http/lib/Horde/Http/Request/Base.php index b566524ca..4df303138 100644 --- a/framework/Http/lib/Horde/Http/Request/Base.php +++ b/framework/Http/lib/Horde/Http/Request/Base.php @@ -76,6 +76,13 @@ abstract class Horde_Http_Request_Base } /** + * Send this HTTP request + * + * @return Horde_Http_Response_Base + */ + abstract public function send(); + + /** * Get an adapter parameter * * @param string $name The parameter to get.