include the abstract send() method
authorChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 02:47:41 +0000 (22:47 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 02:47:41 +0000 (22:47 -0400)
framework/Http/lib/Horde/Http/Request/Base.php

index b566524..4df3031 100644 (file)
@@ -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.